Python cron job file access
I have a tiny python script that needs to read/write to a file. It works
when I run it from the command line (since I am root, it will) , but when
the cron job runs it cannot access the file.
The file is in the same folder as the script and is (should) be created
from the script.
I'm not sure if this is really a programming question...
No comments:
Post a Comment