Which of the following files does a TCP wrapper check before starting a network daemon?
A. /etc/tcp.allow and /etc/tcp.deny
B. /etc/hosts.allow and /etc/hosts.deny
C. /etc/wrapper.allow and /etc/wrapper.deny
D. /etc/daemon.allow and /etc/daemon.deny
Answer: B
You might also like to view...
In Outlook Express, which pane displays a list of available folders?
A) Contacts pane B) Folders pane C) Preview pane D) Message pane
Access refers to ________ as aggregate functions.
A. Sums B. Complex functions C. Whole Column functions D. Totals
Assume StringBuilder strBuf is "ABCCEFC", after invoking _________, strBuf contains "ABTTEFT".
a. strBuf.replace('C', 'T') b. strBuf.replace("C", "T") c. strBuf.replace("CC", "TT") d. strBuf.replace('C', "TT") e. strBuf.replace(2, 7, "TTEFT")
Which of the following isn't a legal Windows file name?
a.hello.goodbye.hello.txt b.homework 11-04-15 .docx c.homework:ch_03 .xlsx d.make_my_day.bmp