- or download this
#!/usr/bin/perl -T
#
...
POSIX::setuid(0) if ($<);
print "Posix could not setuid either ".$<." \n" if ($<);
}
- or download this
-rwsrwx--- 1 root csit 237 2010-04-30 01:16 setuid.pl
- or download this
Could not setuid 500
Posix could not setuid either 500