Creating a directory |
|
You can create a directory by using the mkdir command.
For example, to create a directory named mayhem within
the current working directory:
% mkdir mayhem
You may create a subdirectory within any directory where you have
write permission (see
`Controlling access to your files').
For example, to create a directory called /u/trixie/bazz/fazz,
assuming that directory /u/trixie/bazz already exists:
% mkdir /u/trixie/bazz/fazz
|
John Shipman, john@nmt.edu
Last updated: 1995/12/04 19:39:34 UT URL: http://www.nmt.edu/tcc/help/unix/mkdir.html |
|