Struttura del comando crontab su Linux

# .---------------- minuti (0 - 59)
# |  .------------- ore (0 - 23)
# |  |  .---------- giorno del mese (1 - 31)
# |  |  |  .------- mese (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- giorno della settimana (0 - 6) (Sunday=0 or 7) o sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# * *  * *  * user-name  command to be executed

 

PAGINA IN LAVORAZIONE