8.6 "Linux learning is not difficult" Linux Common Operations Command (6): uname command displays computer and system-related information
use the uname command to display information about the computer and the operating system, such as the computer hardware architecture, kernel release number, operating system name, computer hostname, and so on.
command syntax:
uname [ Options ]
The meanings of the options in the command are as shown in the table.
Options |
option meaning |
-A |
Show all the information |
Example: Displays the kernel release number of the operating system.
[Email protected] ~]# uname-r 3.10.0-327.el7.x86_64
This article extracts from "Linux Learning is not difficult" textbook, which is one of the most practical, theoretical and practical Linux Introductory materials. To read the entire book, visit the Linux ops (www.linuxywz.com) website .
"Linux learning is not difficult" Linux Common Operations Command (6): uname command displays computer and system-related information