When using the default TFTP server on a BSD system, which configuration file needs to be edited before the TFTP service will start?
Correct Answer: A
Explanation The inetd.conf file is the configuration file that needs to be edited before the TFTP service will start on a BSD system. The inetd daemon handles the TFTP service and other network services, and its configuration file contains settings that determine howthese services are managed. To enable the TFTP service, the corresponding entry in inetd.conf must be uncommented and properly configured. References: FreeBSD Handbook - inetd Linux Professional Institute BSD Specialist Exam Objectives