Help for this page

Select Code to Download


  1. or download this
    
    system("nohup program &");
    
  2. or download this
    $SIG{HUP}='IGNORE';
    exec("program &");
    
  3. or download this
    system("nohup program >/dev/null &");