Multiple choice technology performance What is the command to find the fully qualifeid domain name ? host hostname hostname -f hostname -s Reveal answer Fill a bubble to check yourself C Correct answer Explanation The hostname -f command displays the fully qualified domain name (FQDN) of the system. The hostname command by itself usually returns the short hostname, hostname -s gets the short host name, and host is a DNS lookup utility.