Help for this page

Select Code to Download


  1. or download this
       service nscd status
    
  2. or download this
       #!/usr/bin/perl -w
       @args = ("/sbin/service", "nscd", "status");
    ...
          print "job still running!\n";
          sleep 2;
       }