uname

来自「linux下的命令」· 代码 · 共 17 行

TXT
17
字号
用法: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  输出版本信息并退出

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?