To set the hostname of a linux system run the following command in a terminal session
sudo hostnamectl set-hostname mylinuxclient.domain.local
Reboot system
sudo shutdown -r now
IT articles
To set the hostname of a linux system run the following command in a terminal session
sudo hostnamectl set-hostname mylinuxclient.domain.local
Reboot system
sudo shutdown -r now