您的位置:首页 > 运维架构 > Linux

Arch Linux 修改主机名称

2014-07-16 19:26 169 查看

Hostname

Set the hostname to your liking (e.g. arch):

# echo myhostname > /etc/hostname

Add the same hostname to
/etc/hosts
:

# nano /etc/hosts

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>	<hostname.domain.org>	<hostname>
127.0.0.1	localhost.localdomain	localhost	myhostname
::1		localhost.localdomain	localhost

# End of file

From:https://wiki.archlinux.org/index.php/Beginners%27_guide#Hostname
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: