Help for this page

Select Code to Download


  1. or download this
    $< = $> = 0;
            print "Could not setuid ".$<." error: $! \n" if ($<);
            POSIX::setuid(0) if ($<);
            print "Posix could not setuid either ".$<." error: $! \n" if (
    +$<);
    
  2. or download this
    Could not setuid 500 error: Operation not permitted
    Posix could not setuid either 500 error: Operation not permitted