[linux] 修改主机名称

# debian系统
vim /etc/hostname
# rh系统
vim /etc/sysconfig/newowork
# 修改HOSTNAME

# 然后记得修改 /etc/hosts
127.0.0.1  <hostname> localhost

posted on 2012-05-31 13:01  bluefrog  阅读(168)  评论(0)    收藏  举报