I've experienced an issue where some of my scripts run perfectly fine when I call them manually, but these same scripts when called as cron jobs via cron
don't seem to work at all.
So my question: I'd like to know if there are restrictions that apply with the use of commands and/or scripts (and the privilege of execution) in a script scheduled to run with cron
?
crontab -e
as a user or are you adding them to your system's/etc/cron*
directories and/or files? – slm Jan 07 '14 at 10:21crontab
command.. – rusty Jan 07 '14 at 14:57