UNAME(1) | 用戶命令 | UNAME(1) |
名稱¶
uname - 輸出系統信息
概述¶
uname [選項]...
描述¶
輸出特定的系統信息。如果沒有給定選項,則與 -s 相同。
- -a, --all
- 按照如下所述的順序輸出全部信息,在信息未知的情況下會忽略 -p 和 -i 選項:
- -s, --kernel-name
- 輸出內核名稱
- -n, --nodename
- 輸出網絡節點主機名
- -r, --kernel-release
- 輸出內核發行版本
- -v, --kernel-version
- 輸出內核版本信息
- -m, --machine
- 輸出機器硬件名稱
- -p, --processor
- 輸出處理器類型(不可移植)
- -i, --hardware-platform
- 輸出硬件平臺信息(不可移植)
- -o, --operating-system
- 輸出操作系統信息
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
作者¶
由 David MacKenzie 編寫。
報告錯誤¶
GNU coreutils 的在線幫助:
<https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html>
報告翻譯錯誤。
版權¶
Copyright © 2020 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
參見¶
完整文檔請見:
<https://www.gnu.org/software/coreutils/uname>
或者在本地使用: info
'(coreutils) uname invocation'
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2020年三月 | GNU coreutils 8.32 |