peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
808 stars 143 forks source link

Display All Jobs in Crontab #69

Closed webmaster-monresto closed 5 years ago

webmaster-monresto commented 5 years ago

please, How can i display all jobs in crontab ?

peppeocchi commented 5 years ago

This library doesn't interact with the crontab.

Your jobs are all listed in your scheduler file, if you want to list the cronjobs in your crontab you can find some informations here https://www.liquidweb.com/kb/how-to-display-list-all-jobs-in-cron-crontab/