Answers for "host file ubuntu 20.04"

1

change hostname ubuntu 20.04

#Change hostname
sudo hostnamectl set-hostname newHostName 
#Edit the /etc/hosts file, and replace existing hostname with a new hostname.
sudo nano /etc/hosts
#Reboot the system to changes take effect
sudo reboot
Posted by: Guest on February-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language