¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Time/ID cron command will not execute


 

I believe Kevin is correct. You are missing a semicolon in your command string.

The other choice is to just put your own script on the system - say, ~/hourly.sh - with the 3 commands you need and then have cron run ~/hourly.sh. Just make sure to set the script permissions to executable. This seems simpler and easier to test.

Join [email protected] to automatically receive all group messages.