1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages.zh/common/hostname.md

12 lines
199 B
Markdown

# hostname
> 显示或设置系统的主机名。
> 更多信息:<https://manned.org/hostname>.
- 显示本机的主机名:
`hostname`
- 设置本机主机名:
`hostname {{新主机名}}`