Help for this page

Select Code to Download


  1. or download this
    # perl -e '$< = 81'
    setruid() not implemented at -e line 1.
    
  2. or download this
    $pid = fork;
    die unless defined $pid;
    ...
        $< = $> = $bobs_uid;
        exec "foo";
    }
    
  3. or download this
    system("su bob -c foo &");  #syntax?