View and modify hostname in Linux system

View hostname

hostname or uname -n

Modify hostname

Temporarily modify the host name: hostname 临时主机名

①Modify the host name permanently: or ②Modify the host name permanently:hostnamectl set-hostname 永久主机名

vim /etc/hostname
reboot

Guess you like

Origin blog.csdn.net/qq_39599464/article/details/114631459