“Zmień nazwę hosta Ubuntu 20.04” Kod odpowiedzi

Zmień nazwę komputera 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

Zmień nazwę hosta 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

Odpowiedzi podobne do “Zmień nazwę hosta Ubuntu 20.04”

Pytania podobne do “Zmień nazwę hosta Ubuntu 20.04”

Więcej pokrewnych odpowiedzi na “Zmień nazwę hosta Ubuntu 20.04” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu