Summary of 600 Powerful Linux Commands
1. Basic Commands uname -m # Display the machine's processor architecture uname -r # Display the currently used kernel version dmidecode -q # Display hardware system components (SMBIOS / DMI) hdparm -i /dev/hda # List a disk's architectural features hdparm -tT /dev/sda # Perform a test read operation on the disk arch # Display the … Read more