3com S7906E Guide De Référence

Page de 2327
 
1-10 
Default Level 
3: Manage level 
Parameters 
fileurl-source: Name of the source file. 
fileurl-dest: Name of the target file or folder. 
Description 
Use the move command to move a file. 
If you specify a target folder, the system will move the source file to the specified folder, with the file 
name unchanged. 
Examples 
# Move file flash:/test/sample.txt to flash:/, and save it as 1.txt
<Sysname> move test/sample.txt 1.txt 
Move flash:/test/sample.txt to flash:/1.txt?[Y/N]:y 
... 
% Moved file flash:/test/sample.txt to flash:/1.txt 
# Move file b.cfg to the subfolder test2
<Sysname> move b.cfg test2 
Move flash:/b.cfg to flash:/test2/b.cfg?[Y/N]:y 
%Moved file flash:/b.cfg to flash:/test2/b.cfg. 
pwd 
Syntax 
pwd 
View 
User view 
Default Level 
3: Manage level 
Parameters 
None 
Description 
Use the pwd command to display the current path. 
Examples 
# Display the current path. 
<Sysname> pwd 
flash: