172.17.0.1をスキャンし、通常形式の結果を/root/open_ports.txtに保存するコマンドはどれですか?
172.17.0.1
/root/open_ports.txt
nmap 172.17.0.1 -oN /root/scan_results.txt
nmap 172.17.0.1 -oN /root/open_ports.txt
nmap 172.17.0.1
nmap 172.17.0.2 -oN /root/open_ports.txt