Directories Unix Command

  1. cd – This command is used to change directory. Syntax : cd directory
  2. mkdir – This command is used to make or create new directory. Syntax : mkdir directory
  3. rmdir – This command is used to remove or delete directory. Syntax : rmdir directory
  4. pwd– This command is used to print working (current) directory. Syntax : pwd

Leave a Reply