[Linux] Useful commands

lscpu: cpu info
lshw: hw info
hwinfo –short: hw info short
lspci: list pci
lsscsi: list scsi
lsusb: list usb
inxi -Fx: easy to read information
lsblk: list block
df -h: df
pydf: python df
sudo fdisk -l: disk information
mount | column -t
mount | column -t | grep ext
free -m: memory info
sudo dmidecode -t: system information
/proc/cpuinfo
/proc/meminfo
/proc/version
/proc/scsi/scsi
/proc/partisions
sudo hdparm -i

Reference

https://mytory.net/2014/11/07/linux-hardware-info.html

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.