System Command
Type of Shell
$ echo $0Check OS Version
$ cat /etc/os-releaseKernel Version
$ uname -a (print all information)
$ uname -s (print the Kernel Name)
$ uname -n (print the network node hostname)
$ uname -r (print the Linux kernel release)
$ uname -v (print the kernel version)
$ uname -m (print the machine hardware name)
$ uname -p (print the processor type)
$ uname -i (print the hardware platform)
$ uname -o (print the operating system)CPU Information
Partition Information
Graphic Information
Motherboard Information
System Information
PCI Slot Information
USB Information
RAM Information
Last updated