Commands: cd
Example: cddiv/file...
Commands: ls
Example: ls "path/to/directory/"
Command: open
Example: open "filename"
Command: cp
Example: cp "filename" "newFilename"
C Cmommand: mv
Example: mv "filenmae" "path/to/new/file/location"
Command : touch
Example: touch myfile.txt
Command : mkdir
Example: mkdir "new/directory"
Commands; rmdir
Example: rmdir "directory"
Commands : rm -R
Example: rm -R "root/directory"