“Alterar o nome do host Ubuntu 20.04” Respostas de código

Renomear o computador 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
Snippets

Alterar o nome do host 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
Snippets

Respostas semelhantes a “Alterar o nome do host Ubuntu 20.04”

Perguntas semelhantes a “Alterar o nome do host Ubuntu 20.04”

Mais respostas relacionadas para “Alterar o nome do host Ubuntu 20.04” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código