Changes

3 bytes added ,  16:29, 19 April 2018
Line 17: Line 17:  
===Syntax and editing===
 
===Syntax and editing===
 
----
 
----
Crontab entries are stored in the '''/etc/crontabs/root''' file. You can edit that file directly with the command '''''vi /etc/crontabs/root''''', but it is more convenient to edit with '''''crontab -e''''', which we'll be using for all examples in this guide. ''-e'' is an option of the ''crontab'' command used for editing. Presented below is a list all options that can be used with ''crotab'':
+
Crontab entries are stored in the '''/etc/crontabs/root''' file. You can edit that file directly with the command '''''vi /etc/crontabs/root''''', but it is more convenient to edit with '''''crontab -e''''', which we'll be using for all examples in this guide. ''-e'' is an option used with the ''crontab'' command for editing. Presented below is a list all options that can be used with ''crontab'':
    
  Usage: crontab [-c DIR] [-u USER] [-ler]|[FILE]
 
  Usage: crontab [-c DIR] [-u USER] [-ler]|[FILE]

Navigation menu