1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/hostname.md

12 lines
145 B
Markdown
Raw Normal View History

2019-02-26 11:13:58 +08:00
# hostname
2019-10-18 11:30:29 +08:00
> 显示或设置系统的主机名.
2019-02-26 11:13:58 +08:00
2019-10-19 14:12:27 +08:00
- 显示本机的主机名:
2019-02-26 11:13:58 +08:00
`hostname`
2019-10-19 14:12:27 +08:00
- 设置本机主机名:
2019-02-26 11:13:58 +08:00
`hostname {{新主机名}}`