File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,12 +254,12 @@ For the root user, `crontab` also has some special time settings:
254254
255255A user, rockstar, wants to edit his ` crontab ` file:
256256
257- 1 . ` crond ` checks to see if he is allowed (` /etc/cron.allow ` and ` /etc/cron.deny ` ).
257+ 1 . The ` crond ` daemon checks to see if he is allowed (` /etc/cron.allow ` and ` /etc/cron.deny ` ).
258258
2592592 . If he is, he accesses his ` crontab ` file (` /var/spool/cron/rockstar ` ).
260260
261- Every minute ` crond ` reads the schedule files.
261+ The ` crond ` daemon reads the scheduled task files of all users every minute .
262262
263- 3 . It executes the scheduled tasks .
263+ 3 . The ` crond ` daemon executes tasks according to the schedule defined by the rockstar user .
264264
265- 4 . It reports systematically in a log file (` /var/log/cron ` ).
265+ 4 . The ` crond ` daemon writes the corresponding events and messages to the file (` /var/log/cron ` ).
You can’t perform that action at this time.
0 commit comments