pwd display the path name of the working directory cd dir change working directory to dir mkdir dir create directory called dir rmdir dir remove (delete) directory called dir. dir must be empty
cd dir change working directory to dir
mkdir dir create directory called dir
rmdir dir remove (delete) directory called dir. dir must be empty