Help for this page

Select Code to Download


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