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