The mkdir command creates a directory in the specified directory in the specified storage device.
mkdir make-remote-directory
User view
3: Management level
The name of the directory to be created cannot be the same as the names of other directories or files in the specified directory.
You can run the mkdir command to create a directory up to four levels. In addition, the name of the directory at each level is of 15 characters.
# Create a directory named dd.
<sysname> mkdir dd
Info:Create directory hda1:/dd......Done.