Aug 31
To change your hostname and/or domain name in Linux you need to modify two files.
/etc/sysconfig/network should read:
NETWORKING=yes
HOSTNAME=
– and –
/etc/hosts
127.0.0.1
Replace the terms in brackets (<>) with your own hostname and domainname, and then reboot.
