Set Hostname2015/12/02 |
This is the example for setting Hostname of your system.
|
|
[1] | Change hostname. (but if rebooting, it will be back). |
# change hostname localhost:~ # hostname dlp localhost:~ # dlp # just changed |
[2] | Change hostname permanently. |
localhost:~ #
vi /etc/HOSTNAME # set hostname with FQDN
dlp.srv.world
|