Change hostname on Ubuntu without reboot

1, First edit the /etc/hostname and /etc/hosts file

sudo vi /etc/hosts

sudo vi /etc/hostname 

2,  run hostname service

  sudo service hostname start

原文地址:https://www.cnblogs.com/Hacker/p/2453140.html