How To Change Hostname In Ubuntu Linux

preview_player
Показать описание
How To Change Hostname In Ubuntu Linux

To check the hostname of linux system, type :
hostname

In order to change the hostname, you should have root priviledges,
sudo su

Then to change the transient hostname, remember it will not change it statically :
hostname your_hostname

then to check whether it is changed or not,
hostnamectl

now, To change it statically -
hostnamectl set-hostname Your_hostname

We will again cross check the hostname, by running
hostname
Рекомендации по теме
Комментарии
Автор

Outstanding. That made it easy to correct a typo. Thank you.

michaelhenderson