Change Hostname

Great article here.
Check current hostname:

hostname

Change the hostname in the following files:

vi /etc/sysconfig/network
vi /etc/hosts

Now run:

hostname mynewhostname

restart networking

/etc/init.d/network restart

Post comment