F3215-HP Load Balancing Module System Maintenance Command Reference-6PW101

101
File system management commands
In the following examples, the current working directory is the root directory of the storage medium on the
device.
For information about the qualified file name formats, see System Management Configuration Guide.
cd
Use cd to change the current working directory.
Syntax
cd { directory | .. | / }
Views
User view
Default command level
3: Manage level
Parameters
directory: Name of the target directory in the format [drive:/]path. For more information about the drive
and path arguments, see the chapter on managing the file system in System Maintenance Configuration
Guide. If no drive information is provided, the argument represents a folder or subfolder in the current
directory.
..: Returns to an upper directory. If the current working directory is the root directory, or if no upper
directory exists, the current working directory does not change when the cd .. command is executed. No
online help information is available for this keyword.
/: Returns to the root directory of the storage medium. No online help information is available for this
keyword.
Examples
# Enter the test folder after logging in to the device.
<Sysname> cd test
# Return to the upper directory. (A space is required after the keyword cd.)
<Sysname> cd ..
# Return to the root directory.
<Sysname> cd /
After you change the current directory by using the cd command, you can use the pwd command to view
the path of the current working directory.
copy
Use copy to copy a file.
Syntax
copy fileurl-source fileurl-dest