Ubuntu uname 8.25 命令详解


uname 能打印某些系统信息。

譬如:显示电脑及操作系统相关信息。

另请参阅: ps    

基本用法     详细用法

root:# uname -a
Linux testUser 5.4.18-35-generic #21-KYLINOS SMP Tue Jul 20 13:33:58 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
root:#
			
root:# uname -a
Linux iZj6ch0Z 4.4.0-203-generic #235-Ubuntu SMP Tue Feb 2 02:49:08 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
root:#
			

基本语法

uname [OPTION]...
			

若没有 OPTION, 等同参数 -s。

OPTION 选项

参数 EN 解释 中文翻译 备注
-a, --all print all information 打印所有信息
-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 (non-portable) 打印处理器类型 (非便携式)
-i, --hardware-platform print the hardware platform (non-portable) 打印硬件平台 (非便携式)
-o, --operating-system print the operating system 打印操作系统
--help display this help and exit 显示帮助信息并退出
--version output version information and exit 输出版本信息并退出

基本用法

功能 命令 文字解释 示例 示例解释
输出 uname -a 展示 OS 内核信息
版本 uname --version 展示版本信息
帮助 uname --help 展示帮助信息

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。