[WBEL-users] List of services and Function

Will McDonald wmcdonald at gmail.com
Mon Jul 18 06:15:38 CDT 2005


On 18/07/05, Plug N Play <plugnplay at grandpacific.ph> wrote:
> Hi WBL List,
> 
> Is there any website that has list all the services and functions of
> Whitebox Linux 4 found in /etc/rc.d/init.d/ directory.
> Or Redhat Enterprise Linux 4 will also do.
> 
> Because there are many services added which I'm not familiar with. So I was
> thinking
> There might be a site that explains all of them.

You could just have a look at the info for the RPM packages that
installed them...

for file in `ls -1 /etc/rc.d/init.d/`
do 
  echo "Filename is /etc/rc.d/init.d/${file}"
  rpm -qfi /etc/rc.d/init.d/${file} 
  echo 
done

Will.



More information about the Whitebox-users mailing list