Which of the following statement is not correct with reference to cron daemon in UNIX O.S?
Cron reads configuration files that contain list of command lines and the times at which they invoked.
The cron daemon is the standard tool for running commands on a pre-determined schedule.
It starts when the system boots and runs as long as the system is up.
Crontab files for individual users are not stored.
View Answer
Correct Answer: D — Crontab files for individual users are not stored.
Explanation:
Individual users can have their own crontab files, which are stored in a dedicated directory (often /var/spool/cron).
