What does this cron do?

What does this cron do? What’s the best time to put these cron’s to work?

sudo crontab -e -u jakcom

          • cd /home/jakcm/public_html/crm; php -f cron.php > /dev/null 2>&1 
            

What’s the best time to put these cron’s to work?

From the instructions in Admin >> Schedulers: “In order to run SuiteCRM Schedulers, edit your web server user’s crontab file with this command: ~The command you pasted~”

When you setup your crontab file with the command you listed it will run every minute to handle any scheduled tasks you have setup.

thank you