Multiple choice technology programming languages

Two important files which restrict crontab function/operations

  1. cronallow.ksh and crondeny.ksh

  2. cronallow.sh and crondeny.sh

  3. cron_allow AND cron_deny

  4. cron.allow AND cron.deny

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The cron.allow and cron.deny files in /etc control which users can create cron jobs. If cron.allow exists, only listed users can use cron. If cron.allow doesn't exist but cron.deny does, users NOT in cron.deny can use cron. The files use the standard naming convention with dots, not underscores.