Just a quick question... If I have a program set up to be run every day on root's crontab, will it still run if I'm not logged into root? If I'm logged in as a normal, privilage-deprived user, will the program still run every day? Thanks.
Printable View
Just a quick question... If I have a program set up to be run every day on root's crontab, will it still run if I'm not logged into root? If I'm logged in as a normal, privilage-deprived user, will the program still run every day? Thanks.
yes,
cron should run the command no matter which user is currently logged in
Thanks!
No problem.