annotate docs/nitros9guide/makdir.refentry @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents d9631713b7cd
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="makdir">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>MAKDIR</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Create directory file</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>MAKDIR</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;path&replend;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 Creates a new directory file acdording to the pathlist given. The
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 pathlist must refer to a parent directory for which the user has
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 write permission.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 The new directory is initialized and initially does not contain
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 files except for the &quot;.&quot; and &quot;..&quot; pointers to its parent directory
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 and itself, respectively (see 3.7.3). All access permissions are
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 enabled (except sharable).
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 It is customary (but not mandatory) to capitalize directory names.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 <literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 makdir /d1/STEVE/PROJECT
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 makdir DATAFILES
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 makdir ../SAVEFILES
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 </literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45