Friday, November 09, 2007

How to change hostname in linux

  1. vi /etc/sysconfig/network,change the line of HOSTNAME=new-hostname
  2. vi /etc/hosts then change hostname to new-hostname
  3. run the command: hostname new-hostname

No comments: