Blog Home
Updated: 2023 Oct 09

How to Change Hostname on Ubuntu

临时更改

hostname newHostName

永久更改

hostnamectl set-hostname newHostName

更改后新 session 连接即可查看到变化

手动修改(不推荐,需重启)

需要修改以下两个文件

sudo emacs /etc/hostname
sudo vim /etc/hosts

接着重启才能生效

sudo systemctl reboot

Comments:

Email questions, comments, and corrections to hi@smartisan.dev.

Submissions may appear publicly on this website, unless requested otherwise in your email.