Crontab
crontab -e = edits the crontab file to be used.
min hour dayofmonth monthofyear dayofweek command
0 12 14 2 * /home/user/aplication.sh param1
Options Explanation
* Is treated as a wild card. Meaning any possible value.
*/5 Is treated as ever 5 minutes, hours, days, or months. Replacing the 5 with another numerical value will change this option.
2,4,6 Treated as an OR, so if placed in the hours, this could mean at 2, 4, or 6 o-clock.
9-17 Treats for any value between 9 and 17. So if placed in day of month this would be days 9 through 17. Or if put in hours it would be between 9 and 5.
# COMMENT
min hour dayofmonth monthofyear dayofweek command
0 12 14 2 * /home/user/aplication.sh param1
Options Explanation
* Is treated as a wild card. Meaning any possible value.
*/5 Is treated as ever 5 minutes, hours, days, or months. Replacing the 5 with another numerical value will change this option.
2,4,6 Treated as an OR, so if placed in the hours, this could mean at 2, 4, or 6 o-clock.
9-17 Treats for any value between 9 and 17. So if placed in day of month this would be days 9 through 17. Or if put in hours it would be between 9 and 5.
# COMMENT
| Cheats
Categorías [KB]
- Aplicaciones y frameworks 2
- Wordpress 9
- Joomla 15
- Prestashop 1
- Desarrollo web 14
- Tips & Tricks 5
- Cheats 9
- Diseño 4
- Legal 5
- Protección de datos 0
- Marketing y publicidad 1
- RRHH 1
- Redes Sociales 3
- Seo 4
- Sistemas 2
- Bases de datos 0
- Mysql 6
- Seguridad 1
- Correo 9
- Debian 4
- Plesk 4
- Redes 11
- Servidor web 5
- Apache 5
- Sistemas Operativos 1
- Linux 19
- Windows 4