z/OS DFSMSdfp Advanced Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Creating Additional File Systems and Directories

z/OS DFSMSdfp Advanced Services
SC23-6861-01

After allocating an HFS data set for the root file system and logging on as a TSO/E user, you can define additional directories in the root file system using the MKDIR command. For example, to create the /u/joe directory, issue:
   MKDIR ‘/u’
   MKDIR ‘/u/joe’

These directories can be used as mount points for additional mountable file systems. You can use an IBM-supplied program that creates directories, pseudo-TTY pairs, and device files. Interactive users and application programs can then add files to those additional file systems.

The MKDIR command requires written permission on the parent directory of the directory to be created.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014