Help for this page

Select Code to Download


  1. or download this
    NAME
         cron - clock daemon
    ...
         submit their own crontab file using the crontab(1)  command.
         Commands which are to be executed only once may be submitted
         using the at(1) command.
    
  2. or download this
    if ($cmd eq 'reload') {
      my $child = fork ();
    ...
        exit 1;
      }
    }