ls
cd <path>
mkdir <directory name>
touch <file name>
rm <file>
rm <directory>
## delete a directory
cp <file> <path to the directory>
mv <file> <path>
mv <file> <new file name>
cat <file>
pwd
vi <file>
ls
cd <path>
mkdir <directory name>
touch <file name>
rm <file>
rm <directory>
## delete a directory
cp <file> <path to the directory>
mv <file> <path>
mv <file> <new file name>
cat <file>
pwd
vi <file>