Skip to content

Instantly share code, notes, and snippets.

@kvirani
Last active December 14, 2015 14:29
Show Gist options
  • Save kvirani/5100679 to your computer and use it in GitHub Desktop.
Save kvirani/5100679 to your computer and use it in GitHub Desktop.
COMMANDS I KNOW/USE AND YOU WILL LIKELY WANT TO KNOW
tail with -n option
more, less, and cat
grep
curl
which
ps
top
kill
curl with -I option: curl -I "http://news.ycombinator.com"
free -m
df (with -h option as well...)
history (v. useful)
Ctrl + C (not a command, more of a terminal action)
OTHER THINGS TO UNDERSTAND ABOUT UNIX - HOMEWORK???
symlinks
permissions (chmod and chown)
ssh
logout
aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment