home *** CD-ROM | disk | FTP | other *** search
-
- CREATEDIR: HI Command Common Aliases: CRDIR, MKDIR
- Creates one or more directories with all access rights
- available to you as the owner. You may delete, list, add,
- and change the contents of the new directory.
-
- SYNTAX:
- createdir path-list
-
- PARAMETER:
-
- path-list
- One or more pathnames of directories to be created.
- Multiple pathnames must be separated by commas.
-
- ADDITIONAL INFORMATION:
-
- You can create new directories that are subordinate to other
- directories. For example, if the subdirectory ab/dc/ef exists
- in your current working directory, the following command
- creates the directory gh under it:
-
- createdir ab/dc/ef/gh
-
- You own and have full access to any new remote directories
- that you create (list and add-entry access permissions
- constitute full access for remote directories). No other
- users except the system manager have access to the directory
- unless you use the permit command to change the access rights
- and list of accessors.
-
- In a DOS file system, the directory is owned by the World user.
-
- For further information on using the Createdir command, please
- refer to the Command Reference manual.
-