Last active
December 14, 2015 14:29
-
-
Save kvirani/5100679 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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