Читать книгу Kali Linux Penetration Testing Bible - Gus Khawaja - Страница 50
Linux Host Information
ОглавлениеTo display the hostname of Kali Linux, you simply execute the hostname
command in your terminal window:
$hostname root@kali:/# hostname kali
What if you want to change your Kali hostname? Then you will need to edit its configuration file /etc/hostname
(enter the desired computer name and don't forget to save and reboot your host).