Switch 7700 Command reference Guide, v2.0

Table Of Contents
406 CHAPTER 11: USING SYSTEM MANAGEMENT COMMANDS
Parameter
directory: Destination directory. The default directory is the working path
configured by the user when the system starts.
Description
Using the cd command, you can change the current user configuration path on
the Ethernet Switch.
Example
Change the current working directory of the switch to flash.
<SW7700>cd flash:
<SW7700>pwd
flash:
copy Syntax
copy fileurl-source fileurl-dest
View
User view
Parameter
fileurl-source: Source file name.
fileurl-dest: Destination file name.
Description
Using the 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.
<SW7700>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.
<SW7700>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.
<SW7700>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)
delete Syntax
delete file-url