File Management Tasks
174 Basic System Configuration Guide
Use the CLI syntax displayed below to modify file attributes:
CLI Syntax: file> 
attrib [+r | -r] file-url 
The following displays an example of the command syntax:
Example: # file
file cf3:\ # attrib 
file cf3:\ # attrib +r BOF.SAV
file cf3:\ # attrib
The following displays the file configuration:
A:ALA-1>file cf3:\ # attrib
cf3:\bootlog.txt
cf3:\bof.cfg
cf3:\boot.ldr
cf3:\bootlog_prev.txt
cf3:\BOF.SAV
A:ALA-1>file cf3:\ # attrib +r BOF.SAV
A:ALA-1>file cf3:\ # attrib
cf3:\bootlog.txt
cf3:\bof.cfg
cf3:\boot.ldr
cf3:\bootlog_prev.txt
R cf3:\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 is an example of the command syntax:
file cf1:\ # md test1file 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 #