uname-显示特定系统信息
uname - print system information
-a, --all |
print all information, in the following order, except omit -p and -i if unknown: |
按以下顺序打印所有信息,除非省略-p和-i,如果未知 |
-s, --kernel-name |
print the kernel name |
打印内核名称 |
-n, --nodename |
print the network node hostname |
打印网络节点主机名称 |
-r, --kernel-release |
print the kernel release |
打印内核发行版 |
-v, --kernel-version |
print the kernel version |
打印内核版本 |
-m, --machine |
print the machine hardware name |
打印机器硬件名称 |
-p, --processor |
print the processor type or "unknown" |
打印处理器类型或“未知” |
-i, --hardware-platform |
print the hardware platform or "unknown" |
打印硬件平台或“未知” |
-o, --operating-system |
print the operating system |
打印操作系统 |
--help |
display this help and exit |
显示帮助信息并退出 |
--version |
output version information and exit |
|