How To Find Hardware Details In Linux
We often come across a lot of inquires on Linux systems. One of the most commonly asked questions is how to find the hardware specs /details on Linux. Well, Linux is an intricate system and require some simplification. There are several tools for deriving hard disk specification in Linux. We would like to suggest you hdparm command that can be executed without much fuss. It offers a command line interface to various hard disk ioctls supported by the Linux ATA/IDE device driver subsystem. It provides command read / request identification information such as disk size, description and much more directly from the drive. The information is displayed in a new expanded format. Let’s see the process.
Open the terminal, log in as root, and type the following command
# hdparm -I /dev/sda
Alternately, type this in the terminal
$ sudo hdparm -I /dev/sda
Output
Random Posts
Related posts:
- Copy A CD In Linux
- Automating Linux Admin From Windows Over SSH
- Hack Into Windows & Linux Passwords With Single Tool
- How To Hack An Email Using Hardware Keylogger
- How To Hack With A IP Address
- Recover Information From Any Corrupt File
- How To Make An Undeletable Folder
- Show or Verify Asterisk Password Field Hidden Value with View Passwords Bookmark









Leave your response!