service in solaris

hi frnds

   What is the command for checking all the services running in the solaris.
    
                                                                 mit

If you are looking for processes running on a solaris system
try, ps -ef
and/or prstat

hi bro

   i want to check for the services running and not the process in solaris

try this one ... (reference /etc/services for service name) ...

netstat -a | egrep "EST|IDLE|WAIT|LIST"