tldr/pages.zh/osx/hostname.md

12 lines
145 B
Markdown
Raw Normal View History

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