QuestionQ20

Basic BSD System Administration

Which directories hold the startup scripts for services on FreeBSD?

Choose two
  • A /etc/rc.d/
  • B /usr/rc.d/
  • C /var/boot/rc.d/
  • D /usr/local/etc/rc.d/
  • E /boot/rc.d/
Explanation

FreeBSD stores base-system and daemon startup/control scripts in /etc/rc.d. Startup scripts for third-party software installed from packages or the Ports Collection are stored in /usr/local/etc/rc.d.FreeBSD Handbook: Configuration, Services, Logging and Power Management

Learn more

Community Discussion

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