GOOGLE Search

Google
 

Wednesday, March 26, 2008

Linux Tip No. 35: Enable service at boot up

To Check:
[root@jepoy ~]# chkconfig --list |grep httpd
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

To enable at boot up:
[root@jepoy ~]# chkconfig httpd on

No comments: