File Management Tasks
Page 138 7750 SR OS Basic System Configuration Guide
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 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 #