Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/makdir.refentry @ 1399:40ccec5c5717
Updated
author | boisy |
---|---|
date | Fri, 10 Oct 2003 12:26:41 +0000 |
parents | 4dae346c4969 |
children |
rev | line source |
---|---|
138 | 1 <refentry id="makdir"> |
2 <refnamediv> | |
3 <refname>MAKDIR</refname> | |
4 <refpurpose>Create directory file</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>makdir</command> |
138 | 10 <arg choice="plain"> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
138
diff
changeset
|
11 <replaceable>path</replaceable> |
138 | 12 </arg> |
13 </cmdsynopsis> | |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
17 <para> | |
18 Creates a new directory file acdording to the pathlist given. The | |
19 pathlist must refer to a parent directory for which the user has | |
20 write permission. | |
21 </para> | |
22 <para> | |
23 The new directory is initialized and initially does not contain | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
24 files except for the <filename class="directory">.</filename> and <filename class="directory">..</filename> pointers to its parent directory |
1093 | 25 and itself, respectively (see <xref linkend="sec3.7.3"/>). All access permissions are |
138 | 26 enabled (except sharable). |
27 </para> | |
28 <para> | |
29 It is customary (but not mandatory) to capitalize directory names. | |
30 </para> | |
31 <para> | |
1093 | 32 For more information see: <xref linkend="sec3.3"/>, <xref linkend="sec3.4"/>, |
33 <xref linkend="sec3.5"/>, <xref linkend="sec3.7.3"/>, <xref linkend="sec3.9.5"/> | |
138 | 34 </para> |
35 </refsect1> | |
36 <refsect1><title>Examples</title> | |
37 <literallayout> | |
38 makdir /d1/STEVE/PROJECT | |
39 | |
40 makdir DATAFILES | |
41 | |
42 makdir ../SAVEFILES | |
43 </literallayout> | |
44 </refsect1> | |
45 </refentry> | |
46 |