Here is quick command that will list all services linux running:
Show only listening sockets/ports and associated program who opend the port:
Redhat tool for listing all on services
Just for runlevel 3:
Code:
chkconfig --list | grep 3:on
Control your service
Redhat simple interface for configuring runlevels
Debian / Ubuntu Linux Runlevel configuration tool