1.lscpu
Reports info about the cpu and processing units.
2.lshw
Reports detailed/brief info about multiple hardware units
like cpu, memory, disk, network adapters etc.
3.lspci
Lists out all the pci buses and details about the devices
connected to them.
4.lsscsi
Lists out the scsi/sata devices (hard drives/optical drives).
5.Inxi
10K line mega bash script that generates a GOOD looking
report based on hardware details from multiple sources and commands.
6.lsblk
Lists block devices.
7.df
Reports various partitions, mount points and the
used/available space on each of them.
8.mount
Mount/unmount and view mounted file systems.
9.free
Checks the amount of used, free and total RAM.
10.hdparm
Reports info about sata devices (hard disks. etc)
Comments