106
Displaying directory information
Task Command Remarks
Display directory or file information. dir [ /all ] [ file-url ]
Required.
Available in user view.
Displaying the current working directory
Task Command
Remarks
Display the current working directory. pwd
Required.
Available in user view.
Changing the current working directory
Task Command
Remarks
Change the current working directory. cd { directory | .. | / }
Required.
Available in user view.
Creating a directory
Task Command
Remarks
Create a directory. mkdir directory
Required.
Available in user view.
Removing a directory
Task Command
Remarks
Remove a directory. rmdir directory
Required.
Available in user view.
The directory to be removed must be empty. Bbefore removing a
directory delete all files and the subdirectory in it.
• For file deletion, see the delete command.
• For subdirectory deletion, see the rmdir.
The rmdir command automatically deletes the files in the recycle bin
in the current directory.