File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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:
254
254
255
255
A user, rockstar, wants to edit his ` crontab ` file:
256
256
257
- 1 . The ` crond ` daemon checks to see if he is allowed (` /etc/cron.allow ` and ` /etc/cron.deny ` ).
257
+ 1 . The ` crond ` daemon checks to see if the user is allowed (` /etc/cron.allow ` and ` /etc/cron.deny ` ).
258
258
259
- 2 . If he is, he accesses his ` crontab ` file (` /var/spool/cron/rockstar ` ).
259
+ 2 . If the user is allowed, they access their ` crontab ` file (` /var/spool/cron/rockstar ` ).
260
260
261
- The ` crond ` daemon reads the scheduled task files of all users every minute.
261
+ The ` crond ` daemon:
262
262
263
- 3 . The ` crond ` daemon executes tasks according to the schedule defined by the rockstar user .
264
-
265
- 4 . The ` crond ` daemon writes the corresponding events and messages to the file (` /var/log/cron ` ).
263
+ * Reads - Reads the scheduled task files of all users every minute .
264
+ * Runs - Runs tasks according to the schedule.
265
+ * Writes - Writes the corresponding events and messages to the (` /var/log/cron ` ) file .
You can’t perform that action at this time.
0 commit comments