Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/books/admin_guide/11-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In this chapter you will learn how to manage scheduled tasks.

****

**Objectives** : In this chapter, future Linux administrators will learn how to:
**Objectives**: In this chapter, future Linux administrators will learn how to:

:heavy_check_mark: Linux deals with the tasks scheduling;
:heavy_check_mark: restrict the use of **`cron`** to certain users;
Expand Down Expand Up @@ -201,7 +201,7 @@ The `crontab` file is structured according to the following rules.

!!! Warning

The tasks to be executed must use absolute paths and if possible use redirects.
The tasks to be executed must use absolute paths and if possible, use redirects.

In order to simplify the notation for the definition of time, it is advisable to use special symbols.

Expand Down