Answers for "rename computer ubuntu 20.04"

4

rename computer ubuntu 20.04

#1- Delete the old name and setup new name
sudo hostnamectl set-hostname newHostname

#2- Edit the /etc/hosts file:
sudo nano /etc/hosts

#3- Reboot the system 
sudo reboot

#4- To check the new hostname
hostnamectl
Posted by: Guest on December-31-2020
1

rename username ubuntu 20.04

usermod -l <newname> -d /home/<newname> -m <oldname>
Posted by: Guest on December-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language