mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 08:15:24 +02:00
20 lines
342 B
Markdown
20 lines
342 B
Markdown
# hostname
|
|
|
|
> 显示或设置系统的主机名。
|
|
> 更多信息:<https://manned.org/hostname>.
|
|
|
|
- 显示本机的主机名:
|
|
|
|
`hostname`
|
|
|
|
- 显示主机名的网络地址:
|
|
|
|
`hostname {{[-i|--ip-addresses]}}`
|
|
|
|
- 显示 FQDN(完全限定域名):
|
|
|
|
`hostname {{[-f|--fqdn]}}`
|
|
|
|
- 设置本机主机名:
|
|
|
|
`hostname {{新主机名}}`
|