Moderate

In which tcp_wrappers file can you specify to allow all connections from all hosts ?

Correct answer: A. /etc/hosts.allow

  • A. /etc/hosts.allow
  • B. /etc/hosts.deny
  • C. /etc/hosts
  • D. /etc/tcp.conf

Explanation

tcp_wrappers reads /etc/hosts.allow for permitted connections, so an entry such as ALL: ALL allows connections from every host. The hosts.deny file is used to block connections.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions