Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/makdir.refentry @ 263:7d918106054d
Incorporated fix from The Rainbow, October 1988 pg 157
author | boisy |
---|---|
date | Sat, 20 Jul 2002 23:28:28 +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>