# free -mdisplays status of RAM in megabytes [man]
# kill -9 process_idforce closure of the process and finish it [man]
# kill -1 process_idforce a process to reload configuration [man]
# last rebootshow history reboot [man]
# lsmoddisplay kernel loaded [man]
# lsof -p process_iddisplay a list of files opened by processes [man]
# lsof /home/user1displays a list of open files in a given path system [man]
# ps -eafwdisplays linux tasks [man]
# ps -e -o pid,args --forestdisplays linux tasks in a hierarchical mode [man]
# pstreeShows a tree system processes [man]
# smartctl -A /dev/hdamonitoring reliability of a hard-disk through SMART [man]
# smartctl -i /dev/hdacheck if SMART is active on a hard-disk [man]
# strace -c ls >/dev/nulldisplay system calls made and received by a process [man]
# strace -f -e open ls >/dev/nulldisplay library calls [man]
# tail /var/log/dmesgshow events inherent to the process of booting kernel [man]
# tail /var/log/messagesshow system events [man]
# topdisplay linux tasks using most cpu [man]
# watch -n1 'cat /proc/interrupts'display interrupts in real-time [man]