1-1
1
File System Management Configuration
When configuring file system management, go to these sections for information you are interested in:
z
File System Management
z
Configuration File Management
z
Displaying and Maintaining Device Configuration
File System Management
This section covers these topics:
z
File System Overview
z
Filename Formats
z
Directory Operations
z
File Operations
z
Batch Operations
z
Storage Medium Operations
z
Setting File System Prompt Modes
z
File System Operations Example
File System Overview
A major function of the file system is to manage storage media. It allows you to perform operations such
as directory create and delete, and file copy and display. If an operation, delete or overwrite for example,
causes problems such as data loss or corruption, the file system will prompt you to confirm the
operation by default.
Depending on the managed object, file system operations fall into
Directory Operations
,
File Operations
,
Batch Operations
,
Storage Medium Operations
, and
Setting File System Prompt Modes
.
Filename Formats
When you specify a file, you must enter the filename in one of the following formats.
Filename formats:
Format
Description
Length
Example
file-name
Specifies a file under the
current working directory.
1 to 91
characters
a.cfg: Indicates that a file
named
a.cfg
is under the
current working directory
path/file-name
Specifies a file in the specified
folder under the current
working directory. path
indicates the name of the
folder. You can specify multiple
folders, indicating a file under a
multi-level folder.
1 to 135
characters
test/a.cfg: Indicates that a file
named
a.cfg
is in the
test
folder under the current
working directory.