There are two simple things you can do to change your system's hostname.
First, use the hostname program, it can set the hostname as well as reading it.
Just type:
hostname mysystem.mydomain.com
That change is non-persistant though (it goes away when you reboot).
You can edit /etc/hostname to make that change permanant.
|