Ubuntu 20.04 LTS change hostname permanently

栏目: IT技术 · 发布时间: 5年前

内容简介:file. Open the Terminal application and type the following commands to set or change the hostname or computer name on Ubuntu.The procedure to change the computer name on Ubuntu 20.04 LTS:

I am a brand-new Ubuntu Linux 20.04 LTS VM user. By default, my server name to ‘localhost’ during cloud installation, but now I would like to change the computer name to ‘ubuntu-2004-nixcraft’. Can you tell me how do I remove the localhost and set it to ubuntu-2004-nixcraft on Ubuntu 20.04 Linux? How do I change the Ubuntu computer name from ‘localhost’ to ‘ubuntu-2004-nixcraft’? Can you tell me more about Ubuntu Linux change hostname command?

One can use the hostnamectl command to view or set the Ubuntu 20.04 LTS server’s host name. The host name or computer name is usually at system startup in /etc/hostname

file. Open the Terminal application and type the following commands to set or change the hostname or computer name on Ubuntu.

How to display the current Ubuntu hostname

Run the following command:

hostnamectl

Of course, you can use the echo command/printf command to print hostname too:

echo "$HOSTNAME"
printf "%s\n" $HOSTNAME
hostname
Ubuntu 20.04 LTS change hostname permanently

Finally, try thecat command on /etc/hostname

cat /etc/hostname

Ubuntu 20.04 LTS change hostname permanently

The procedure to change the computer name on Ubuntu 20.04 LTS:

  1. Type the hostnamectl command :
    sudo hostnamectl set-hostname newNameHere
    Delete the old name and setup new name.
  2. Next Edit the /etc/hosts file:
    sudo nano /etc/hosts
    Replace any occurrence of the existing computer name with your new hostname.
  3. Reboot the system to changes take effect:
    sudo reboot

How to change hostname on Ubuntu 20.04 without a system restart

Let us view current computer name setting, just type the following command:

hostnamectl

Next change hostname from localhost to ubuntu-2004-nixcraft, enter:

sudo hostnamectl set-hostname ubuntu-2004-nixcraft

Verify new changes:

hostnamectl
Ubuntu 20.04 LTS change hostname permanently

Find your public or private IP address by running theip command:

ip a

ip a s eth0
12: eth0@if13: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:16:3e:24:b3:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 10.105.28.43/24 brd 10.105.28.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::216:3eff:fe24:b308/64 scope link 
       valid_lft forever preferred_lft forever

Update /etc/hosts file with that IP address such as 10.105.28.43 using a text editor such as vim command/nano command:

$ sudo vi /etc/hosts

OR

$ sudo nano /etc/hosts

Update/append:

10.105.28.43 ubuntu-2004-nixcraft

Make sure you replace all occurrence of the old computer name with your new one too. Save and close the file in vim .

Conclusion

You learned how to change hostname permanently when using Ubuntu 20.04 LTS server or desktop computer as per your project needs.

This entry is 17 of 17 in the Linux/Unix Set hostname Tutorial series. Keep reading the rest of the series:
  1. Ubuntu Linux Change Hostname (computer name)
  2. Debian Linux: Change Hostname / Computer Name Permanently
  3. Linux change my hostname / computer system name
  4. Linux Change Hostname
  5. RHEL / Centos Linux 7: Change and Set Hostname Command
  6. OpenBSD Change Hostname
  7. CentOS Linux 5/6 Change Hostname Command
  8. Linux setting hostname and domain name of my server
  9. FreeBSD Change Hostname without reboot
  10. SuSe Linux Change Hostname without reboot
  11. How to set the hostname on Fedora Linux
  12. Ubuntu 18.04 LTS change hostname permanently
  13. Ubuntu set hostname permanently (computer name) command
  14. OpenSUSE Linux set hostname permanently (computer name) command
  15. RHEL 8 Linux set hostname permanently (computer name) command
  16. CentOS 8 Linux set hostname permanently (computer name) command
  17. Ubuntu 20.04 LTS set hostname permanently (computer name) command

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法概论

算法概论

Sanjoy Dasgupta、Christos Papadimitriou、Umesh Vazirani / 钱枫 注、邹恒明 注 / 机械工业出版社 / 2009-1 / 55.00元

《算法概论(注释版)》源自加州大学伯克利分校和加州大学圣迭戈分校本科生的算法课讲义,以独特的视角展现了算法设计的精巧技术及魅力。在表达每一种技术时,强调每个算法背后的简洁数学思想,分析其时间和空间效率,运用与其他技术类比的方法来说明特征,并提供了大量实例。《算法概论(注释版)》以人类最古老的算法(算术运算)为起点,将各种算法中优美而有代表性的内容囊括书中,并以最前沿的理论(量子算法)结束,构成了较......一起来看看 《算法概论》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具