6-6
Follow these steps to set file system prompt modes:
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
.
Example for File Operations
# Display the files and the subdirectories in the current directory.
<Sysname> dir
Directory of flash:/
0 -rw- 4136856 Oct 10 2002 10:10:10 test.bin
1 -rw- 1442 Apr 26 2000 13:01:09 startup.cfg
2 -rw- 393216 Oct 12 2007 13:12:48 extendbtm.bin
6477 KB total (2046 KB free)
# Create new folder mytest in the test directory.
<Sysname> cd test
<Sysname> mkdir mytest
%Created dir flash:/test/mytest.
# Display the current working directory.
<Sysname> pwd
flash:/test
# Display the files and the subdirectories in the test directory.
<Sysname> dir
Directory of flash:/test/
0 drw- - Feb 16 2006 15:28:14 mytest
2540 KB total (2519 KB free)
# Return to the upper directory.
<Sysname> cd ..
# Display the current working directory.
<Sysname> pwd
flash:/