Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Running a shell script as root
Name: ohuang Date: May 15, 2008 at 12:41:16 Pacific OS: AIX 5.3 CPU/Ram: Unknown Product: unknown
Comment:
I'd like to know that if there is a way in AIX to run a shell script as the 'root' user when the launching program is running as a normal non-root user?
Summary: Hi, The problem that I am facing is as below: There is a shell script which take 2 dates as input (today's date and yesterday's date) and when I am running the below command on Unix prompt, it is runn...
Summary: Hi, i have written a shell script that needs to be run from cron. Al i know about "cron" is that we can get it to run jobs periodically. The requirement of my assignment is that my script should be...
Summary: I'm trying to write a shell script that acts as a watchdog timer. Basically it needs to look for a file being created by another process and if it finds it, it starts its timing cycle over. If it time...