Operating System - HP-UX
1753936 Members
9832 Online
108811 Solutions
New Discussion юеВ

what is hp-ux command to get details about services like logon as, startup type(automatic or manual)

 
DeviPvk
Occasional Advisor

what is hp-ux command to get details about services like logon as, startup type(automatic or manual)

what is the hp-ux command to get details about services
1) Service logon as,
2) Service startup
3) Service Path


Thanks,
Devi
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: what is hp-ux command to get details about services like logon as, startup type(automatic or manual)

In each flavor of unix it is very different from windows.

Some processes (daemons) are started from startup scripts during boot, some from inittab, some from "somewhere else" (application dependent) and some from inetd.

Any special reason for this question?


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
DeviPvk
Occasional Advisor

Re: what is hp-ux command to get details about services like logon as, startup type(automatic or manual)

Yes, we need these details to be displayed on our application. I need details about all the standard services( daemons, inetd and any started during boot up).
Michal Kapalka (mikap)
Honored Contributor

Re: what is hp-ux command to get details about services like logon as, startup type(automatic or manual)

hi,

check the /etc/rc.log.

mikap