Skip to content

Commit 9ac2b46

Browse files
committed
Readjust the layout of text content
1 parent edd247f commit 9ac2b46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/books/admin_guide/11-tasks.md

Lines changed: 6 additions & 6 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. 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`).
258258

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`).
260260

261-
The `crond` daemon reads the scheduled task files of all users every minute.
261+
The `crond` daemon:
262262

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.

0 commit comments

Comments
 (0)