I googled around for a few minutes with no luck. After probing around my system, here is where I found my crontab file:
Macintosh-2:mls TAmoyal$ sudo ls /usr/lib/cron/tabs/
Password:
TAmoyal
I found it by checking the crontab man page:
Where I saw a “FILES” section:
FILES
/usr/lib/cron/cron.allow
/usr/lib/cron/cron.deny
And that lead me to probe around the /usr/lib/cron directory. Note that you can view your crontab my with:
but I wanted to view the actual file for debugging purposes.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Where is my crontab located on Mac OS X 10.5 Leopard?
I googled around for a few minutes with no luck. After probing around my system, here is where I found my crontab file:
I found it by checking the crontab man page:
man crontabWhere I saw a “FILES” section:
FILES /usr/lib/cron/cron.allow /usr/lib/cron/cron.denyAnd that lead me to probe around the /usr/lib/cron directory. Note that you can view your crontab my with:
crontab -lbut I wanted to view the actual file for debugging purposes.
If you enjoyed this post, make sure you subscribe to my RSS feed!