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

Computer Science & Information Technology

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

Computer Science & Information Technology

Access refers to ________ as aggregate functions.

A. Sums B. Complex functions C. Whole Column functions D. Totals

Computer Science & Information Technology

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")

Computer Science & Information Technology

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

Computer Science & Information Technology