Recent Changes - Search:

Softwares

.

Changing-hostname-ubuntu-linux


Changing Hostname in Ubuntu


Login to your ubuntu system.

Run

sudo hostname two.example.com

Edit /etc/hosts

sudo pico /etc/hosts

Change the old hostname to two.exmple.com

Also Edit /etc/hostname

sudo pico /etc/hostname

Change the old hostname to the new one.

And then reboot your system

sudo reboot


Edit - History - Print - Recent Changes - Search
Page last modified on November 01, 2011, at 06:59 AM