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 BeerTags: Linux









