138
|
1 <refentry id="makdir">
|
|
2 <refnamediv>
|
|
3 <refname>MAKDIR</refname>
|
|
4 <refpurpose>Create directory file</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>MAKDIR</command>
|
|
10 <arg choice="plain">
|
|
11 &replstart;path&replend;
|
|
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
|
|
24 files except for the "." and ".." pointers to its parent directory
|
|
25 and itself, respectively (see 3.7.3). All access permissions are
|
|
26 enabled (except sharable).
|
|
27 </para>
|
|
28 <para>
|
|
29 It is customary (but not mandatory) to capitalize directory names.
|
|
30 </para>
|
|
31 <para>
|
|
32 For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5
|
|
33 </para>
|
|
34 </refsect1>
|
|
35 <refsect1><title>Examples</title>
|
|
36 <literallayout>
|
|
37 makdir /d1/STEVE/PROJECT
|
|
38
|
|
39 makdir DATAFILES
|
|
40
|
|
41 makdir ../SAVEFILES
|
|
42 </literallayout>
|
|
43 </refsect1>
|
|
44 </refentry>
|
|
45
|