Posted by: Piyush Aryan on: November 19, 2008
list all contents of a directory
ls -a
List all the directory contents with including hidden files (detailed)
ls -la
Change Directory
cd [directory]
Move to the specified directory, for eg. Applications
cd /Applications
Move or Rename Files
mv [file1] [file2]
Copy a file to either a new filename or destination
cp [file] [destination]
[...]