QuestionQ18

Basic BSD System Administration

Which configuration file specifies when log files are rotated?

  • A /etc/logs.conf
  • B /etc/rc.logd
  • C /etc/newsyslog.conf
  • D /etc/rc.d/syslogd
  • E /etc/syslog.conf
Explanation

FreeBSD uses newsyslog(8) for log rotation. Its configuration file, /etc/newsyslog.conf, defines the managed log files and the size- or time-based conditions for rotating them.

Learn more

Community Discussion

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