Files
tldr/pages.zh/common/hostname.md

24 lines
368 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 主机名
> 显示或设置系统的主机名。
> 更多信息:<https://manned.org/hostname>。
- 显示当前主机名:
`hostname`
- 显示主机名的网络地址:
`hostname -i`
- 显示主机的所有网络地址:
`hostname -I`
- 显示完全合格的域名FQDN
`hostname --fqdn`
- 设置当前主机名:
`hostname {{new_hostname}}`