A shell command that displays the current working directory.
pwd
A shell command used to change the current working directory.
cd
A shell command that displays files and directories.
ls
A shell command that creates a directories.
mkdir
A shell command that copies files and directories.
cp
A shell command that moves and renames files and directories.
mv
A shell command the deletes empty directories.
rmdir
A shell command that deletes files and directories.
rm