Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/makdir.refentry @ 662:1810b051d07e
copy, display and makdir are now improved versions with enhanced
features
author | boisy |
---|---|
date | Tue, 24 Dec 2002 02:37:35 +0000 |
parents | d9631713b7cd |
children | c565a4700689 |
line wrap: on
line source
<refentry id="makdir"> <refnamediv> <refname>MAKDIR</refname> <refpurpose>Create directory file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>MAKDIR</command> <arg choice="plain"> &replstart;path&replend; </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> Creates a new directory file acdording to the pathlist given. The pathlist must refer to a parent directory for which the user has write permission. </para> <para> The new directory is initialized and initially does not contain files except for the "." and ".." pointers to its parent directory and itself, respectively (see 3.7.3). All access permissions are enabled (except sharable). </para> <para> It is customary (but not mandatory) to capitalize directory names. </para> <para> For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5 </para> </refsect1> <refsect1><title>Examples</title> <literallayout> makdir /d1/STEVE/PROJECT makdir DATAFILES makdir ../SAVEFILES </literallayout> </refsect1> </refentry>