On Wed, Nov 26, 2003 at 10:41:56AM -0600, Jonathan Villa wrote: > Sorry for the repeats.... > > I noticed that on the top of the pages, there is > > #!/usr/bin/suidperl -T > > so I tried that on the command line and get this: > > Script is not setuid/setgid in suidperl
I'm not familiar with suidperl, but could that error mean that you need
to set the setuid bit on the script?
chmod u+s /path/to/script.pl
Of course, there are the usual security caveats. I don't know what
user/group you plan on using with these scripts.
-chris
pgp00000.pgp
Description: PGP signature
