7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
File System Management
Edition: 01 3HE 16132 AAAB TQZZA 97
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
3.2.2 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 following CLI syntax to create a new directory:
CLI Syntax: file>
md file-url
The following example shows command syntax usage:
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 #
3.2.3 Copying Files
Use the copy command to upload or download an image file, configuration file, or
other file types to or from a flash card or a TFTP server.