What services are running?
ps -Af
will list all processes currently running
chkconfig --list
will show you which processes *should* be running at each runlevel.
info on runlevels and linux boot sequence can be found here:
ps -Af
will list all processes currently running
chkconfig --list
will show you which processes *should* be running at each runlevel.
info on runlevels and linux boot sequence can be found here: