Re: Changing to/from user within script

2002-11-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-21 22:11:55 +: > I want to run a cron job as a user on my system. Once the job has > completed I need root privileges to power the system down. I don't > mind if the script has to run as a root cron job, but running the > processing as a user will prevent again

Re: Changing to/from user within script

2002-11-21 Thread Paul A. Scott
> I want to run a cron job as a user on my system. Once the job has > completed I need root privileges to power the system down. I don't > mind if the script has to run as a root cron job, but running the > processing as a user will prevent against filling a partition. > > Can this be done wit

Changing to/from user within script

2002-11-21 Thread Jeff Penn
Possibly a trivial question. I want to run a cron job as a user on my system. Once the job has completed I need root privileges to power the system down. I don't mind if the script has to run as a root cron job, but running the processing as a user will prevent against filling a partition. C