ある技術者が、会社のサーバー ファームに関するドキュメントを作成しています。技術者は、すべての Linux サーバーのサーバー名を確認する必要があります。技術者が実行する必要があるコマンドは次のうちどれですか?
正解:B
Explanation The nslookup command should be run to confirm the server name for all Linux servers. Nslookup is a tool that queries DNS servers to resolve hostnames to IP addresses or vice versa. It can also provide other information about DNS records, such as MX, NS, SOA, etc. By running nslookup with the IP address of a Linux server, the technician can obtain its hostname. References: https://www.howtogeek.com/663056/how-to-use-the-nslookup-command-on-linux/