Gaining information about your Linux system using the Linux command line.

Gaining information about a Linux system is very easy, there are quite a few Linux commands that can print detailed specs of your hardware configuration. The lsblk command prints information about your block devices. This can be used to list all disk partitions and CD/DVD drives. ┌─[jason@neo]─[~] └──╼ $lsblk NAME MAJ:MIN RM SIZE RO TYPE … Read more