3com 8807 참조 가이드

다운로드
페이지 1099
978
C
HAPTER
 57: F
ILE
 S
YSTEM
 M
ANAGEMENT
 C
OMMANDS
If the destination file name is identical with that of an already existent directory or 
file, the rename operation fails and the system prompts that name has already 
been used or the file is being used.
Example
# Rename the file sample.txt to sample.bak.
<SW8800> rename sample.txt sample.bak
 
Rename flash:/sample.txt to flash:/sample.bak ?[Y/N]:y
 
%Renamed file flash:/sample.txt to flash:/sample.bak 
reset recycle-bin
Syntax
reset recycle-bin [ file-url ]
View
User view
Parameter
file-url: Name of the file to be deleted.
Description
Use the reset recycle-bin command to permanently delete files from the recycle 
bin.
The file-url supports the wildcard character "*".The delete command only puts 
the file into the recycle bin, but reset recycle-bin command will delete this file 
permanently.
Example
# Delete the file from the recycle bin.
<SW8800> reset recycle-bin flash:/ vrpcfg.vrrp
 
Squeeze flash:/ vrpcgf.vrrp ? [Y/N]: 
rmdir
Syntax
rmdir directory
View
User view
Parameter
directory: Directory name.
Description
Use the rmdir command to cancel a directory.
The directory to be deleted must be empty, that is, all the files under the directory 
should be removed first.
When you delete a directory using the rmdir command, the files that originally 
belonged to this direction, now in the Recycle Bin, will also be deleted.