试题详情

网络管理员用 netstat 命令监测系统当前的连接情况,若要显示所有 80 端口的网络连接,则应该执行的命令是( )。

Anetstat-n-p|grepSYN_REC|wc-I

Bnetstat-anp|grep80

Cnetstat-anp|grep‘tcp|udp‘

Dnetstat-plan|awk{‘print$5‘}