81
Displaying directory information
Perform this task in user view.
Task Command
Display directory or file information. dir [ /all ] [ file-url | /all-filesystems ]
Displaying the current working directory
Perform this task in user view.
Task Command
Display the current working directory. pwd
Changing the current working directory
Perform this task in user view.
Task Command
Change the current working directory. cd { directory | .. | / }
Creating a directory
Perform this task in user view.
Task Command
Create a directory. mkdir directory
Removing a directory
Before you remove a directory, you must delete all files and subdirectories in this directory. To delete a file,
use the delete command; to delete a subdirectory, use the rmdir command.
The rmdir command automatically deletes the files in the recycle bin in the current directory.
Perform this task in user view.
Task Command
Remove a directory. rmdir directory
Managing storage media
Storage media management includes space assignment.