Directory Related Commands:: Mkdir Command: This Command Is Used To Create A Directory. Syntax: $mkdir File Name
The document discusses directory related commands like mkdir to create directories, cd to change directories, pwd to display the current directory, and rmdir to remove directories.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
57 views4 pages
Directory Related Commands:: Mkdir Command: This Command Is Used To Create A Directory. Syntax: $mkdir File Name
The document discusses directory related commands like mkdir to create directories, cd to change directories, pwd to display the current directory, and rmdir to remove directories.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4
Directory related commands:
Mkdir command: This command is used to create a directory.
Syntax: $mkdir file name Cd command: This command is used to change the directory. Syntax: $cd filename Pwd command: This command is used to display the current directory name iin which the user works at any point of time. Syntax: $pwd Rmdir command: This command is used to remove or delete the directory. Syntax: $rmdir file name