Skip to content

Commit edd247f

Browse files
committed
Modify pronouns based on the context
1 parent 9981fca commit edd247f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/books/admin_guide/11-tasks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ For the root user, `crontab` also has some special time settings:
254254

255255
A 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

259259
2. 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`).

0 commit comments

Comments
 (0)