Thursday, July 7, 2011

Change hostname in Linux box

1. Modify the the /etc/hosts file

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1        localhost localhost.localdomain mainc mysite.com


2. Modify the /etc/sysconfig/network file

NETWORKING=yes
HOSTNAME=mainc

No comments:

Post a Comment