Showing posts from February, 2016
1. Top – Linux Process Monitoring Linux Top command is a performance monitoring program It display CPU usage , Memory usage , Swap Memory , Cache Size , Buffer Size , Process PID , User , Command s and much more. It also shows high memory …
To list all the Block devices with their Mount points #lsblk The “ lsblk ” stands for ( List Block Devices ) It lists block devices by their assigned name in a tree-like fashion. Example output # lsblk NAME …