Creating a Directory
Remember, you will always have a top directory whose name is the same as your user ID, followed by a period. Any new directories you create will be subdirectories of your top directory. You cannot change the name of your top directory, and you cannot create new directories that are the same level as your top directory.
create directory .patti
create directory .tonyjr
create directory .courtney
create directory .nick In these commands, the period specifies
Tony's top directory. Therefore, the first command actually tells
SFS to create a directory below Tony's top directory, with the name
PATTI. The subsequent commands set up the .TONYJR, .COURTNEY, and
.NICK directories.create directory .party This command will
create a directory called .PARTY below your top directory. By default,
your directory will have the FILECONTROL attribute. To create a directory
with the directory control attribute, you must specify the DIRCONTROL
option of the CREATE DIRECTORY command.Figure 1 represents your directory structure after entering the CREATE DIRECTORY command.

create directory .party.treats Figure 2 represents your directory structure.
The .PARTY directory is a subdirectory of your top directory; the .PARTY.TREATS directory is a subdirectory of the .PARTY directory.
yourid DIRLIST A0 V 319 l=1 Alt=0
Cmd Fm Directory Name
_ A VMSYSU:yourid.
- VMSYSU:yourid.PARTY
- VMSYSU:yourid.PARTY.TREATS
1= Help 2= Refresh 3= Quit 4= Sort(fm) 5= Sort(dir) 6= Auth
7= Backward 8= Forward 9= 10= 11= Filelist 12= Cursor
====>
X E D I T 1 File
The .PARTY and .PARTY.TREATS directories, and any other directories you create, will remain in your hierarchy until you explicitly erase them using the ERASE command. For more information on erasing directories, see z/VM: CMS Commands and Utilities Reference.
