Thursday, 8 April 2021

Linux Cronjobs start stop list

 crontab -l : List current users cron jobs.

crontab -r : Delete current user cron jobs.


crontab filename : to start a new cron job
    filename :  */ 5 * * * * /home/ubuntu/cronjob.sh 
    cronjob.sh : any lines of code to run

No comments:

Post a Comment