How do I change the hostname in Linux command line?
How do I change the hostname in Linux command line? The procedure to change the computer name on Ubuntu Linux: Type the following command to edit /etc/hostname using nano or vi text editor: sudo nano /etc/hostname. Delete the old name and setup new name. Next Edit the /etc/hosts file: sudo nano /etc/hosts. Reboot the system […]