1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 02:55:24 +02:00
tldr/pages.zh/common/hostname.md
Ziqiang Wu 2e78c67026
glances, hostname, w, iptables, lsblk, reboot, date, at, poweroff, open: update outdated Chinese pages (#16047)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-04-12 10:49:41 +03:00

342 B

hostname

显示或设置系统的主机名。 更多信息:https://manned.org/hostname.

  • 显示本机的主机名:

hostname

  • 显示主机名的网络地址:

hostname {{[-i|--ip-addresses]}}

  • 显示 FQDN(完全限定域名):

hostname {{[-f|--fqdn]}}

  • 设置本机主机名:

hostname {{新主机名}}