Help for this page

Select Code to Download


  1. or download this
       my $cmd="ps -ef |grep -v grep |grep `cat /var/run/syslogd.pid` |"
    
  2. or download this
       my $cmd = "ps -ef |grep -v grep |grep `cat /var/run/syslogd.pid` 
                         |grep syslogd |"