Hi,
I want to get information about daemons to be able to tell which ones I actually need, and which ones can safely be stopped. Is there any good source of reading for it?
Thanks in Advance,
Yaşar Arabacı
Hi,
I want to get information about daemons to be able to tell which ones I actually need, and which ones can safely be stopped. Is there any good source of reading for it?
Thanks in Advance,
Yaşar Arabacı
You can ask rpm what package the script or binary comes from, and then read the description of the package, e.g.:
rpm -qf /etc/init.d/apache2
And you can always do a web search.
On 2011-01-04 00:06, yasar11732 wrote:
>
> Hi,
>
> I want to get information about daemons to be able to tell which ones I
> actually need, and which ones can safely be stopped. Is there any good
> source of reading for it?
Years of study.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)
When you start YaST > System > System services (runlevel) you will see the list of them. A short title explains the basics and when you select one a short (some even shorter then the title) explanation is shown in the panel below.
When you are hesitating to switch off something, better do not without realy knowing what you are doing. The lot of them is simply needed. You can allway ask here for a specific case.
(I think the only one I switched off that was on by default, is the Avahi daemon because there is no zeroconf on my LAN).