Watch all our Tutorials and Training Videos for Free on our Youtube Channel, Get Online Web Tools for Free on swebtools.com

Search Suggest

How to Change Hostname in Ubuntu Easily

linux ubuntu commands, change hostname on ubuntu, how to change hostname, change hostname using hostnamectl commands, hostname change in hosts file
This post will show you How to change hostname in Ubuntu Easily.

How to change hostname in Ubuntu Easily

Are you looking for changing the hostname in Ubuntu server. So here is the solution to change hostname in ubuntu server.

We need to make a entries in two files as below.

1. vi /etc/hosts
192.168.2.1    hostname.learnitguide.net     hostname

Replace "hostname" with your server hostname and also "learnitguide.net" with your domain name.

2. vi /etc/hostname
hostname.learnitguide.net

Replace the content with your hostname and domain name.

After doing the changes, run any of these command or reboot the server for the changes to take effect.

sudo service hostname restart
or
cat /etc/hostname > /proc/sys/kernel/hostname

Hope this post helped you to know How to change hostname in Ubuntu Easily.


Related Content on Linux might be useful to you to improve your Linux Skills.


Keep practicing and have fun. Leave your comments if any.

Support Us: Share with your friends and groups.

Stay connected with us on social networking sites, Thank you.