Directories Unix Command
- cd – This command is used to change directory. Syntax : cd directory
- mkdir – This command is used to make or create new directory. Syntax : mkdir directory
- rmdir – This command is used to remove or delete directory. Syntax : rmdir directory
- pwd– This command is used to print working (current) directory. Syntax : pwd