Some common UNIX commands ------------------------- pwd Diplay the name of the current directory cd Change directory. Example: cd cgs4406 cd .. Back up one directory ls List contents of current directory ls -l Long listing with more information on files mkdir Make directory. Example: mkdir pip1 rmdir Remove directory. Example: rmdir pip1 cp Copy command. Filename can include a directory path as well. Example: cp pip1/utility.h pip2 mv Move. (Also functions as rename). Examples: mv pip1 pip2 mv file1.txt file2.txt rm Remove. Example: rm digitime.cpp man Show manual page on a particular command Example: man mkdir chmod