LPIC-1 Exam 102 (Linux Administrator) — Question 3

In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true?

Answer options

Correct answer: A

Explanation

The correct answer is A because, in the absence of both cron.allow and cron.deny, the default behavior is to restrict all users from creating user-specific crontabs. Option B is incorrect as it suggests all users have access, while C is false because the cron daemon will still start. Option D is also wrong since user-specific crontabs do not require explicit approval from the administrator.