Personally this is what I normally do ... check inetd.conf to see if there
are any services that should not be started ... then check if there are any
daemons running using netstat .. you can also check the processes using ps ...
another way could possibly be checking in the /etc/rcx.d (where x is a
number signifying your run-level) any services that start with a S will be
started during boot time ..
At 11:31 14/04/2001, you wrote:
so my question is how do you keep your system clean ? where do i have
to look for scripts which might start unwanted services ?