Which of the following UNIX command allows scheduling a program to be executed…

2011

Which of the following UNIX command allows scheduling a program to be executed at the specifies time?

Answer: A. cronThe correct UNIX command for scheduling programs to execute at specified times is cron. The cron daemon manages automated tasks that run based on a defined…

  1. A.

    cron

  2. B.

    nice

  3. C.

    date and time

  4. D.

    schedule

Attempted by 136 students.

Show answer & explanation

Correct answer: A

The correct UNIX command for scheduling programs to execute at specified times is cron. The cron daemon manages automated tasks that run based on a defined schedule. In contrast, commands like nice adjust process priority, and date utilities only display or set the current system time without scheduling execution.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…