Sometimes, You might wondered where you can get your system and hardware details. If you are software developer or graphic designer, then it becomes necessary to know about system and hardware details. It is need to know when you want to install software or hardware which is compatible with your current system.
For that you can get few details from the system setting menu. But these details are not enough to know about hardware.
Linux provides few commands that will help you to get specific system and hardware details for your system. In this articles we will discuss on few commands that you can use for getting details. These commands are applied for all Linux distribution system.
uname command is used to get system information, e.g., Linux kernerl, architect type, hardware etc. You can get different information by passing option with uname command. We will discuss about all commands.
Pass -s option get kernel name
uname -s
Get Kernel release
Pass -r option to get current Kernel release
uname -r
Pass -v option to get kernel version
uname -v
Pass -o option to get operating system details
uname -o
Pass -p option to get the processor type.
uname -p
Pass -a option to get all details in one command
uname -a
lshw command list of all installed hardware information. The command returns all hardware with details e.g., *-firmware, *-cpu, *-memory etc. lshw command accepts few option by which you can change output format. To get this list, print manual page
man lshw
lscpu command returns CPU architecture details.
lsusb command returns details about USB and connected devices over USB.
free -h command return ram memory details. -h option returns memory size in human readable format.
vmstat also returns memory details in different format.
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]
Laravel Collection count and countBy Method Example
In this article, we will discuss about h...How to refresh a page with jQuery
Use the JavaScript location.reload() Met...How to calculate the number of words in a string using jQuery
Use the JavaScript split() met...Laravel6 - how to integrate stripe payment gateway using Laravel cashier
Stripe is one of the most popular paymen...Laravel 8 Create Events in Fullcalendar using Ajax
FullCalendar is a open-source, lightweig...