Multiple choice technology operating systems

by which expression we can schedule jobs in unix

  1. bron

  2. cron

  3. crop

  4. drop

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

The 'cron' utility is Unix's standard job scheduler for executing commands at scheduled times. 'bron', 'crop', and 'drop' are not valid Unix scheduling commands. Cron uses crontab files to define periodic task execution schedules.