Question: In a systemd-based OS, you can change the system hostname by editing /etc/hostname manually and then doing what?
- Restart dhcpd.
 - Run /etc/hostname.
 - Nothing, the system notices automatically.
 - Notify systemd to update it by restarting the systemd-hostnamed service.
 
Answer: The correct answer of the above question is Option C:Nothing, the system notices automatically.