Results 1 to 2 of 2
Hi
how to change the hostname
# hostname
myhostname1
#cat /etc/HOSTNAME
myhostname2.in.com
how can I change the myhostname1 to myhostname2 when I ran #hostname
thanks in advance...
- 09-20-2008 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 36
problem with hostname
Hi
how to change the hostname
# hostname
myhostname1
#cat /etc/HOSTNAME
myhostname2.in.com
how can I change the myhostname1 to myhostname2 when I ran #hostname
thanks in advance
- 09-20-2008 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 7
There are two ways:
hostname <desiredHostname>
However, this does NOT persist on reboot!
My recommended way is to use YaST to change your hostname so that all of YaST's background "stuff" happens to ensure your hostname persists on reboot.


Reply With Quote