Check change hostname

  1. Modify hostname to replace your login with the evaluator's. In this case, we will replace it with student42.

sudo nano /etc/hostname

and replace our login with the new one.

sudo nano /etc/hosts

and replace our login with the new one.

Finally reboot the machine.

sudo reboot

and check with this command:

hostname

Last updated

Was this helpful?