next up previous contents index
Next: mv Up: Appendix 1: Common UNIX Previous: ls   Contents   Index

mkdir

This command is used to create sub-directories within the file system. The command expects at least a directory specification and has several options. The most useful of which is:


\begin{hanging}
\item{-m mode} This option allows the specification of permissions on the
directory being created
\end{hanging}

Example:

mkdir /mnt/DOS

will add the subdirectory DOS to the /mnt directory.

See also: rmdir



Dale Scheetz