Command Manual - System Management
Quidway S2000 Series Ethernet Switches Chapter 1 File System Management Commands
1-2
View
User view
Parameter
fileurl-source: Source file name.
fileurl-dest: Destination file name.
Description
Using copy command, you can copy a file.
When the destination filename is the same as that of an existing file, the system will ask
whether to overwrite it.
Example
# Display current directory information.
<Quidway> dir
Directory of *
0 -rw- 595 Jul 12 2001 19:41:50 test.txt
16125952 bytes total (13975552 bytes free)
# Copy the file test.txt and saves it as test.bak.
<Quidway> copy test.txt test.bak
Copy flash:/test/test.txt to flash:/test/test.bak ?[confirm]:y
% Copyed file flash:/test/test.txt flash:/test/test.bak
# Display current directory information.
<Quidway> dir
Directory of *
0 -rw- 595 Jul 12 2001 19:41:50 test.txt
1 -rw- 595 Jul 12 2001 19:46:50 test.bak
16125952 bytes total (13974528 bytes free)
1.1.3 delete
Syntax
delete [ /unreserved ]
file-url