CLI Reference Guide File System Configuration Commands
Total 33030144 bytes (31MB) in this device, 20463616 bytes (19MB) available.
Show the present directory.
Set the present directory of the file system.
Use this command to create a directory.
Name of the directory to be created.
Simply enter the name of the directory you want to create (including the path).
If the created file has been existed, the creation will fail. If the upper-level for the
directory to be created is inexistent, it fails to create the specified directory. For example, if the
directory of flash:/backup is inexistent, the creation of the directory of flash:/backup/temp will fail.
The solution is that the directory of flash:/backup shall be created before the creation of the
directory of flash:/backup/temp.
Example 1: Create the test directory at the root directory:
Ruijie# mkdir test
Example 2: Create the test2 directory at the root directory of the SD card:
Ruijie# mkdir sd0:/test2