QuestionQ26

Basic BSD System Administration

Which of the following commands sets the FreeBSD security level?

  • A security
  • B sysctl
  • C seclevel
  • D setlevel
  • E slctl
Explanation

FreeBSD’s security level is controlled by the kernel variable kern.securelevel, which can be changed using sysctl (for example, sysctl kern.securelevel=1).

Learn more

Community Discussion

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