Operation Manual – File System Management
H3C S3610&S5510 Series Ethernet Switches
Chapter 1 File System Management Configuration
1-5
Caution:
When you format a storage device, all the files stored on it are erased and cannot be
restored. In particular, if there is a startup configuration file on the storage device,
formatting the storage device results in loss of the startup configuration file.
1.1.5 File System Prompt Mode Setting
The file system provides the following two prompt modes:
z
alert
: where the system warns you about operations that may bring undesirable
consequence such as file corruption or data loss.
z
quiet
: where the system does not do that in any cases.
To prevent undesirable consequence resulted from misoperations, the
alert
mode is
preferred.
To do…
Use the command…
Remarks
Enter system view
system-view
—
Set the operation prompt
mode of the file system
file prompt
{
alert
|
quiet
}
Optional
The default is
alert
.
1.1.6 File System Operations Example
# Display the files and the subdirectory under the current directory.
<Sysname> dir
Directory of flash:/
0 drw- - Feb 16 2006 11:45:36 logfile
1 -rw- 1218 Feb 16 2006 11:46:19 config.cfg
2 drw- - Feb 16 2006 15:20:27 test
3 -rw- 184108 Feb 16 2006 15:30:20 aaa.bin
14605 KB total (6890 KB free)
# Create a new folder called
mytest
under the test directory.
<Sysname> cd test
<Sysname> mkdir mytest
%Created dir flash:/test/mytest.
# Display the current working directory.
<Sysname> pwd