cron

علی ذوالفقار
1400/03/04 15:20:20 (512)
list :
crontab -l
edit :
crontab -e
rule :
Minute Hour Day_of_month Month Day_of_week Command_to_execute
run every 15 minutes :
*/15 * * * * command-to-execute
Back