Personal tools
You are here: Home Les outils logiciels Unix Unix - Commandes - cron - task planner
Navigation
Log in


Forgot your password?
 

Unix - Commandes - cron - task planner

task planner planificateur de tache

Ouvrir en edition la crontab de root :

crontab -e

 

consultation : (???? a verifier)

vi /etc/crontab

Example :

01 * * * * root run-parts /etc/cron.hourly
33 00,04,08,12,16,20 * * * techmgi curl http://37.58.115.90:8080/McustomsWeb/SendPreArrivalNotification
00 */4 * * * curl http://37.58.115.90:8080/McustomsWeb/SendPreArrivalNotification >> /root/jlp.log

/ = Toutes les x temps (exemple */4 toutes les 4h)

cat /etc/cron.d/* | grep "votre recherche"





Document Actions
« April 2024 »
April
MoTuWeThFrSaSu
1234567
891011121314
15161718192021
22232425262728
2930