3Com Switch 7750 Series
Command Reference Guide – File System Management
Chapter 1 File System Management Commands
1-3
4 -rw- 11779 Apr 05 2006 10:19:48 test.txt
31877 KB total (15973 KB free)
# Copy the file named test.txt, with the destination file name being test2.bak.
<3Com> copy test.txt test2.bak
Copy flash:/test.txt to flash:/test2.bak?[Y/N]:y
.....
%Copy file flash:/test.txt to flash:/test2.bak...Done.
# Display the information about the files in the current directory again.
<3Com> dir
Directory of flash:/
0 -rw- 4 Mar 09 2006 13:59:19 snmpboots
1 -rw- 16215134
Apr 04 2006 16:36:20 S6500-VRP310-E3128.app
2 -rw- 553 Jan 21 2006 17:05:55 diaginfo.txt
3 -rw- 3906 Apr 04 2006 17:23:54 vrpcfg.cfg
4 -rw- 11779 Apr 05 2006 10:19:48 test.txt
5 -rw- 11779 Apr 05 2006 10:23:03 test2.bak
31877 KB total (15961 KB free)
1.1.3 delete
Syntax
delete
[ /
unreserved
]
file
-
url
View
User view
Parameter
/
unreserved
: Deletes a file completely.
file
-
url
: Path name and file name of a file to be deleted.
Description
Use the
delete
command to delete a specified file on a switch.
You can use the * character in this argument as a wildcard.
If you execute the
delete
command with the /
unreserved
keyword specified, the
specified file is completely deleted. That is, the file cannot be restored. Otherwise, the
specified file is moved to the recycle bin and can be restored using the
undelete
command.