{:check ["true"]}
Make new directory with mkdir:
\$ mkdir new_directory
Remove an empty directory:
\$ rmdir some_directory
Remove an non-empty directory:
split=8
\$ rm -r some_directoryThe
-roption indicates recursive removal.
Changing directory:
\$ cd <new_path>
\$ cd ..
Display your current location:
split=8
\$ pwd /home/kenpu/assignment
pwd=PresentWorkingDirectory