From 2c47548da28a679d33026ee0a600ed64f0be0f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Sat, 5 Nov 2022 01:29:07 +0100 Subject: [PATCH] Update 11-tasks.md --- docs/books/admin_guide/11-tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/11-tasks.md b/docs/books/admin_guide/11-tasks.md index 52a28612f5..b73245db62 100644 --- a/docs/books/admin_guide/11-tasks.md +++ b/docs/books/admin_guide/11-tasks.md @@ -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; @@ -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.