15. You are logged in as the rootuser and issue the command:
# snoop q o filename
What two statements about the output results of this command are true? (Choose two.)
A. Network traffic is displayed
B. Network traffic is sent to filename
C. The snoopcommand will quit after a default amount of time.
D. Packet count is NOT displayed.
E. The contents of the filename is in ASCII text.
Answer: BD
bash-3.00# touch snoop
bash-3.00#
bash-3.00# snoop -q -o /wd/snoop
Using device /dev/eri (promiscuous mode)
^C
bash-3.00#
bash-3.00# snoop -q -o /dev/audio
Using device /dev/eri (promiscuous mode)
^C
bash-3.00#
bash-3.00# more /wd/snoop
V ED璷
阅读(797) | 评论(0) | 转发(0) |