tigerlight
01-21-2011, 11:18 AM
How can I run a cron job as a specific user? I have a python script that works with my user environment. When I run it as a cron job it uses different env that doesn't have the appropriate python packages installed.
I review the forum and saw an approach that used sudo -u but my account does not allow me to run sudo.
I review the forum and saw an approach that used sudo -u but my account does not allow me to run sudo.