On Thu, 2002-12-12 at 16:47, Ben Russo wrote:
> On Thu, 2002-12-12 at 17:26, Søren Neigaard wrote:
> > Is there somewhere I can find a description of each service in
> > chkconfig --list so I know what I need running and what I don't?
> > 
> > --
> > Med venlig hilsen/Best regards,
> >  Søren Neigaard mailto:[EMAIL PROTECTED]
> > --
> >  "The test of a first-rate intelligence is the ability to hold two opposed ideas 
>in the mind at the same time, and still retain the ability to function."
> 
> 
> Yes, in /etc/rc.d/init.d there is a script for each of the services
> listed in chkconfig --list output.
> 
> You can "view" those scripts and read the comments.
> 
> Also if you do a "makewhatis" and a "updatedb" 
> Then you can use the "locate" and "man -K" or "man -k" 
> commands to find relevant information.
> 
> -Ben.
> 

pretty ugly oneliner but it will let you read the info for each service 

cut the 2 lines below and paste into an xterm

cd /etc/rc.d/init.d/;for service in * ;\
do rpm -qif $PWD/$service;read;clear; done



HTH

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to