How to edit hosts file windows 10 cmd
- how to edit host file in linux
- how to modify host file in linux
- how to edit host file in redhat linux
- how to edit host file in suse linux
How to edit /etc/hosts file in ubuntu
How to edit hosts file | windows 11!
How to Edit the Hosts File in Ubuntu Linux
The hosts file which is located at /etc/hosts is a very important network configuration file. The /etc/hosts file is a static DNS file with a list of computer names and their corresponding addresses.
Adding Hosts to /etc/hosts
To edit or add a new host to the hosts file, you need to open this file in a text editor.
You can use any editor that you like, but if you are working on an Ubuntu server, you need to use a command line editor like vim, nano or emacs.
The format of the /etc/hosts file is very simple.
Linux hosts fileEach DNS entry should contain at least two columns. The first column has the IP address of the computer, and the second column specifies the domain name/hostname.
This tells the Ubuntu system that IP address of the server1.example.com is 192.168.1.10 (simple as that).
The domain name or the hostname can be provided as a short name (e.g.
server1), or as a Fully qualified domain name (FQDN) like www.example.com.
If a computer has more than one name, you can specify more than one name on a single line as shown in the following
- how to edit hosts file in oracle linux
- how to modify etc hosts file in linux