Answers for "change hostname and ip address in linux"

2

how to change hostname in kali linux

FIRST GIVE ROOT PERMISSION
	sudo su

gedit /etc/hosts
gedit /etc/hostname
Posted by: Guest on December-13-2021
8

linux change hostname

sudo nano /etc/hostname
sudo nano /etc/hosts
sudo reboot
Posted by: Guest on April-14-2020

Code answers related to "change hostname and ip address in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language