home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 5.ddi / 012.LIF / CREATEDI.HLP < prev    next >
Encoding:
Text File  |  1992-07-02  |  1.4 KB  |  36 lines

  1.  
  2. CREATEDIR:  HI Command                Common Aliases:  CRDIR, MKDIR
  3.             Creates one or more directories with all access rights
  4.             available to you as the owner.  You may delete, list, add,
  5.             and change the contents of the new directory.  
  6.  
  7.             SYNTAX:
  8.             createdir path-list
  9.  
  10.             PARAMETER:
  11.  
  12.             path-list
  13.                       One or more pathnames of directories to be created. 
  14.                       Multiple pathnames must be separated by commas.
  15.  
  16.             ADDITIONAL INFORMATION:
  17.  
  18.             You can create new directories that are subordinate to other
  19.             directories.  For example, if the subdirectory ab/dc/ef exists
  20.             in your current working directory, the following command
  21.             creates the directory gh under it:
  22.  
  23.             createdir ab/dc/ef/gh 
  24.  
  25.             You own and have full access to any new remote directories
  26.             that you create (list and add-entry access permissions
  27.             constitute full access for remote directories).  No other
  28.             users except the system manager have access to the directory
  29.             unless you use the permit command to change the access rights
  30.             and list of accessors.
  31.  
  32.             In a DOS file system, the directory is owned by the World user.
  33.  
  34.             For further information on using the Createdir command, please
  35.             refer to the Command Reference manual.
  36.