mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 03:15:28 +02:00
uname: add Chinese translation
This commit is contained in:
parent
203c247c5f
commit
02c8e017ee
1 changed files with 20 additions and 0 deletions
20
pages.zh/osx/uname.md
Normal file
20
pages.zh/osx/uname.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# uname
|
||||
|
||||
> 打印当前计算机及其上运行的操作系统的详细信息.
|
||||
> 注意:有关操作系统的其他信息,请尝试使用 `sw-vers` 命令.
|
||||
|
||||
- 打印硬件相关:架构信息和处理器:
|
||||
|
||||
`uname -mp`
|
||||
|
||||
- 打印软件相关信息:操作系统、版本号和版本:
|
||||
|
||||
`uname -srv`
|
||||
|
||||
- 打印系统的节点名称(主机名):
|
||||
|
||||
`uname -n`
|
||||
|
||||
- 打印所有可用的系统信息(硬件、软件、节点名):
|
||||
|
||||
`uname -a`
|
Loading…
Add table
Reference in a new issue