View Single Post
  #13 (permalink)  
Old 11-04-2006, 11:15 PM
scriptycpher scriptycpher is offline
Member
 
Posts: 10
Default

Code:
root@fronneville [/usr/src/zcs]# ps -C exim
 PID TTY          TIME CMD
root@fronneville [/usr/src/zcs]# ps -C httpd
 PID TTY          TIME CMD
root@fronneville [/usr/src/zcs]# ps -C ldap
 PID TTY          TIME CMD

root@fronneville [/usr/src/zcs]# chkconfig exim --list
exim            0:off   1:off   2:off   3:off   4:off   5:off   6:off
root@fronneville [/usr/src/zcs]# chkconfig httpd --list
httpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
root@fronneville [/usr/src/zcs]# chkconfig ldap --list
ldap            0:off   1:off   2:off   3:off   4:off   5:off   6:off
root@fronneville [/usr/src/zcs]# chkconfig chkservd --list
chkservd        0:off   1:off   2:off   3:off   4:off   5:off   6:off

Yeah I know that it seems ridiculous and I'm getting a bit annoyed with them now. This shouldn't be so hard for them to do. I'd do it but I'm less than a novice when it comes to linux. All I can really do is execute programs and move from dir to dir and search and whatnot.

-Justin
Reply With Quote