RSS Entries RSS
RSS Subscribe by Email

Essential Linux Commands

Getting started on Linux can be challenging.  Largely because the first time user won’t have any idea how to track down potential problems.  The following commands are essential to get additional information about your system when something goes wrong:

  • uname -mr – Shows what kernel version and processor you are running on
  • sudo fdisk -l – Can help you figure out how things are mounted
  • dmesg – Useful for tracking down problems during boot
  • tail -f /var/log/messages – Now run the process giving you problems and you might see helpful error messages

If you’ve got other suggestions, please feel free to comment below.  Thanks!

Buy Me a Beer

Share and Enjoy:
  • DZone
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Furl
  • Slashdot
  • Digg
  • Google Bookmarks
  • Technorati
  • Facebook

Tags:

RSS feed for comments on this post · TrackBack URL

Leave a Comment