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

77
Examples
# Format the CF card cfa0.
<Sysname> format cfa0:
All data on cfa0: will be lost, proceed with format? [Y/N]:y
./
%Format cfa0: completed.
# Format the CF card cfa0 using the FAT16 format.
<Sysname> format cfa0: FAT16
mkdir
Syntax
mkdir directory
View
User view
Default level
3: Manage level
Parameters
directory: Name of a folder.
Description
Use the mkdir command to create a folder under a specified directory on the storage medium.
The name of the folder to be created must be unique in the specified directory. Otherwise, you will fail
to create the folder in the directory.
To use this command to create a folder, the specified directory must exist. For example, to create folder
cfa0:/test/mytest, the test folder must exist. Otherwise, you will fail to create the mytest folder.
Examples
# Create a folder named test in the current directory.
<Sysname> mkdir test
....
%Created dir cfa0:/test
# Create folder test/subtest in the current directory.
<Sysname> mkdir test/subtest
....
%Created dir cfa0:/test/subtest
more
Syntax
more file-url
View
User view