[root@localhost ~]# uname --help
用法:uname [选项]...
Print certain system information. With no OPTION, same as -s.
-a, --all print all information, in the following order,
except omit -p and -i if unknown:
-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 显示此帮助信息并退出
--version 输出版本信息并退出
用法:uname [选项]...
Print certain system information. With no OPTION, same as -s.
-a, --all print all information, in the following order,
except omit -p and -i if unknown:
-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 显示此帮助信息并退出
--version 输出版本信息并退出
本文详细介绍了Linux系统中uname命令的使用方法及其各项参数的功能。通过不同的选项组合,可以获取到包括内核名称、主机名、内核版本等在内的系统信息。
270

被折叠的 条评论
为什么被折叠?



