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.
Run an exe (owner -root) as other
Name: Vinod Date: November 25, 2004 at 22:15:25 Pacific OS: UNIX CPU/Ram: 256MB
Comment:
Hi,
I am running an shell script(owner - name1) which calls an executable (owner -root)during run time.The permissions of exe are -r-x------ and it cannot be changed.Also it can be run only as root.When I run the script I am getting an error saying that "You must be ROOT user in order to modify this file".
Problem: How can I run an executable which has permission to run as ROOT only by some other name through a shell script ?
Name: nails Date: November 26, 2004 at 09:42:59 Pacific
Reply:
With sudo, you can assign execute privileges to files owned by other users - including root. Unfortunately, the package has to be installed and administered.
Summary: i keep getting an error message when i am trying to run an exe for a document i currently installed on my computer.(mvmg14w.dll). i do not know where to find it, can i be helped?...
Summary: hm, includes your password any character which could be misstranslatet in your languate enviroment? e.g: German to english : y -> z or special character like /-:,.; ? or HACK it simple steps are: Do ...
Summary: Many times in UNIX systems (at least were I've worked) the root login doesn't have the same path setting as other logins, so a script that runs fine under a normal login, fails as root because it can'...