diff --git a/README.md b/README.md
index 2c53422..bccc5f8 100644
--- a/README.md
+++ b/README.md
@@ -591,12 +591,18 @@ The tasks are stored in a cron file.
Have you scheduled tasks in the past? What kind of tasks?
+
+Normally you will schedule batch jobs.
+
##### Permissions
How to change the permissions of a file?
+
+Using the `chmod` command.
+
@@ -617,10 +623,16 @@ The tasks are stored in a cron file.
How to add a new user to the system without providing him the ability to log-in into the system?
+
+ * adduser user_name --shell=/bin/false --no-create-home
+
On a system which uses systemd, how would display the logs?
+
+ * journalctl
+
##### Debugging