On Sun, Apr 12, 1998 at 02:41:34PM -0500, Butch Kemper wrote: > > I want a script to execute as the Super User. I have tried several things > with the "s" attribute but have not been successful.
Linux won't let you create suid shell scripts -- they're insecure. The "s" attribute is ignored on shell scripts. You can probably do what you want with the sudo package. Jeff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

