File Management Tasks
Page 78 7210 SAS M, X Basic System Configuration Guide
The following displays the file configuration:
A:ALA-1>file cf1:\ # attrib
cf1:\bootlog.txt
cf1:\bof.cfg
cf1:\boot.ldr
cf1:\bootlog_prev.txt
cf1:\BOF.SAV
A:ALA-1>file cf1:\ # attrib +r BOF.SAV
A:ALA-1>file cf1:\ # attrib
cf1:\bootlog.txt
cf1:\bof.cfg
cf1:\boot.ldr
cf1:\bootlog_prev.txt
R  cf1:\BOF.SAV
Creating Directories
Use the md command to create a new directory in the local file system, one level at a time. 
Enter the 
cd command to navigate to different directories.
Use the CLI syntax displayed below to modify file attributes:
CLI Syntax: file> 
md 
file-url 
The following displays an example of the command syntax:
Example: file cf1:\ # md test1
file cf1:\ # cd test1
file cf1:\test1\ # md test2
file cf1:\test1\ # cd test2
file cf1:\test1\test2\ # md test3
file cf1:\test1\test2\ # cd test3
file cf1:\test1\test2\test3 #