This article will guide you how to display the system details in your Debian 10 system.
The uname command Displays the operating system name as well as the system node name, operating system release, operating system version, hardware name, and processor type.
To Check os version in Linux:
- Open the terminal application (bash shell).
- For remote server login using the ssh: ssh user@server-name.
- Type any one of the following command to find os name and version in Linux: cat /etc/os-release. lsb_release -a. hostnamectl.
- Type the following command to find Linux kernel version: uname -r.
Commands to Check Hardware Information on Linux:
i. lscpu. The lscpu command reports information about the cpu and processing units.
ii. lshw - List Hardware. will give you a very comprehensive list of hardware and settings.
iii. hwinfo - Hardware Information.
iv. lspci - List PCI. will show you most of your hardware in a nice quick way.
v. lsscsi - List scsi devices.
vi. lsusb - List usb buses and device details.
vii. Inxi.
viii. lsblk - List block devices.
https://linuxapt.com/blog/88-display-system-and-hardware-details-in-debian-10