次のコマンドのうち、IPv6 アドレス 2001:db8::190 を指す fileserver01 という名前の転送 DNS レコードを、Samba 4 サーバー dc1 上の DNS ゾーン samba.private に追加するものはどれですか。
正解:E
Command The samba-tool dns add command is used to add DNS records in Samba. Parameters: dc1: Specifies the Samba DNS server. samba.private: The DNS zone. fileserver01: The hostname for the new DNS record. AAAA: Specifies that the record is for an IPv6 address. 2001:db8::190: The IPv6 address to be assigned to the hostname. -U Administrator: Specifies the user performing the operation, in this case, the Administrator. Usage: This command properly adds a forward DNS record for fileserver01 with the specified IPv6 address into the samba.private zone on the server dc1. Reference: Samba DNS Administration