由于ICMP消息没有目的端口和源端口,而只有消息类型代码。通常过滤系统基于()来过滤ICMP数据包

由于ICMP消息没有目的端口和源端口,而只有消息类型代码。通常过滤系统基于()来过滤ICMP数据包

A.find / -type d  \( -perm -4000 -o -perm -2000 \) –print

B.find / -type f  \( -perm -4000 -a -perm -2000 \) –print

C.find / -type f  \( -perm -4000 -o -perm -2000 \) –print

D.find / -nouser -o -nogroup –print

正确答案是C