The first two steps to make the change permanent
vim /etc/sysconfig/network
Change to:
HOSTNAME=pippo
Second step:
vi /etc/hosts
Replace your old hostname with the new one.
This step to change the hostname immediately:
hostname pippo
The first two steps to make the change permanent
Change to:
Second step:
Replace your old hostname with the new one.
This step to change the hostname immediately: