Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/makdir.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | c565a4700689 |
children | 4dae346c4969 |
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"> <replaceable>path</replaceable> </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 <filename class="directory">.</filename> and <filename class="directory">..</filename> 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>