Help for this page

Select Code to Download


  1. or download this
    $chan1->exec("./a.out");
    
  2. or download this
    $chan1->exec("./a.out &");
    or
    $chan1->exec("nohup ./a.out"); (as zentara suggested)