QuestionQ19

Basic BSD Network Administration

When using the default TFTP server on a BSD system, which configuration file must be edited before the TFTP service can start?

  • A inetd.conf
  • B init.conf
  • C rc.conf
  • D tftpd.conf
  • E service.conf
Explanation

On BSD systems, the default tftpd service is normally launched by the Internet super-server, inetd. Its service entry is configured in /etc/inetd.conf; the TFTP line must be enabled there for inetd to invoke tftpd.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!