Basic System Configuration Guide File System Management
Edition: 01 3HE 11010 AAAC TQZZA 119
 
4.3.2.1 Configuration Commands
file
Syntax file
Context root
Description This command enters the context to perform file system operations.
When entering the file context, the prompt changes to reflect the present working directory. 
Navigating the file system with the cd .. command results in a changed prompt.
The exit all command leaves the file system/file operation context and returns to the 
<ROOT> CLI context. The state of the present working directory is maintained for the CLI 
session. Entering the file command returns the cursor to the working directory where the exit 
command was issued.
attrib
Syntax attrib [+r | -r] file-url
attrib
Context file
Description This command sets or clears/resets the read-only attribute for a file in the local file system. 
To list all files and their current attributes, enter attrib or attrib x where x is either the filename 
or a wildcard (*).
When an attrib command is entered to list a specific file or all files in a directory, the file’s 
attributes are displayed with or without an “R” preceding the filename. The “R” implies that 
the +r is set and that the file is read-only. Files without the “R” designation imply that the -r is 
set and that the file is read-write-all. For example:
ALU-1>file cf3:\ # attrib
cf3:\bootlog.txt
cf3:\bof.cfg
cf3:\boot.ldr
cf3:\sr1.cfg
cf3:\test
cf3:\bootlog_prev.txt
R cf3:\BOF.SAV