Difference between revisions of "Crontab"

From Wasya Wiki
Jump to: navigation, search
(Created page with " == List: == crontab -l == Edit: == crontab -e")
 
 
Line 1: Line 1:
 +
<pre>
 +
1st 2nd 3rd   4th 5th
 +
        * * *   * *
 +
ID Minute Hour Day-Date  Month Day Name
 +
Values 0-59 0 -23 1-31   1-12 0-6
 +
</pre>
  
 
== List: ==
 
== List: ==

Latest revision as of 01:37, 19 December 2023

	1st	2nd	3rd	  4th	5th
        *	*	*	  *	*
ID	Minute	Hour	Day-Date  Month	Day Name
Values	0-59	0 -23	1-31	  1-12	0-6

List:

 crontab -l

Edit:

 crontab -e