Shell Commands

I - since I spent the time to create this website - am a computer geek. And most computer geeks use the Terminal to customize their machine. So I figured I would share some simple commands with you guys. (There is a default file in your home section, but I’m adding more to it).

ls (list contents)
cd (change directory)
cat (view file)
mv (rename or move file)
locate/find (locate/find files)
grep (lets you search for a certain word in a text file)
df (reports disk usage in percentage and KB)
head (shows first lines of text file)
tail (same as end, but shows last lines)
diff (compares file contents, and shows differences in columns)
chmod (changes read/write/execute permissions of files/directories)
chown (give certain file/directory to different user)
jobs (display all current jobs and statuses (tasks))