mkdir Top Level

mkdir

mkdir creates the specified directories in mode 777 (possibly altered by
umask).

For example:
   world%  mkdir url.collection

Standard entries in a directory, ., for the directory itself, and .., for
its parent are made automatically.  mkdir cannot create these entries by
name.  Creation of a directory requires write permission in the parent
directory.

The owner ID and group ID of the new directories are set to the process's
real user ID and group ID, respectively.

The mkdir command has the following options:

  -m         specifies the mode to be used for new directories.  Choices
             for mode can be found in chmod(1).

  -p         creates all the non-existing parent directories first.




HOME Top of Help Desk Eye On The World  The World Kiosk

             For further assistance, please send an email 
                   request to support@world.std.com

        Copyright 1995 Software Tool & Die, Inc.  All Rights Reserved.

   Software Tool & Die, Inc., 1330 Beacon St. Suite 215 Brookline, MA 02146