My list of Linux Basic Commands (updated)

August 31, 20146 views
EDIT: Moved to here: https://github.com/ganiszulfa/snippets. Sometime I want to do a very very simple thing in Linux but I keep forgetting on how to do it. So this is just a list personalised only for me. Mostly for Ubuntu. Reminder: don't copy paste it from where you learn, write it a character by a character.
  • Check Linux Kernel version
uname -a
  • Check running modules
lsmod
  • Check processor information
cat /proc/cpuinfo
  • Add more here later
Author

Ganis