File System Management
96
7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
3HE 16132 AAAB TQZZA Edition: 01
Volume in drive cf1 on slot A has no label.
Directory of cf1:\siliconvalley\
05/10/2006 11:32p <DIR> .
05/10/2006 11:14p <DIR> ..
05/10/2006 11:32p 7597 testfile.cfg
1 File(s) 7597 bytes.
2 Dir(s) 1082368 bytes free.
A:ALA-1>file cf1:\siliconvalley\ #
3.2 File Management Tasks
This section describes system file management tasks including copying, moving,
displaying and deleting files; modifying file attributes; and creating, displaying, and
deleting directories.
3.2.1 Modifying File Attributes
The system administrator can change the read-only attribute in the local file. Enter
the attrib command with no options to display the contents of the directory and the
file attributes.
Use the following CLI syntax to modify file attributes:
CLI Syntax: file>
attrib [+r | -r] file-url
The following example shows command syntax usage:
Example: # file
file cf1:\ # attrib
file cf1:\ # attrib +r BOF.SAV
file cf1:\ # attrib
Note: In the preceding example, instead of cf1:\ user can specify uf1:\ to manage the
file attributes of the file located on the USB drive.
Note: When a file system operation is performed with a command that can potentially delete
or overwrite a file system entry (such as the copy, delete, move, rd, or scp command), a
prompt appears to confirm the action. The force keyword performs these file management
operations without displaying the confirmation prompt.