What file contains boot up init details?

I want to get my telnetd to run on startup and was wondering where it was? im used to having it in /etc/init.d/rc.d but it is not the same in hp-ux :frowning:

thanks all

/sbin/init.d and /sbin/rc*.d

thanks!....

Seeing as this is telnetd, chances are it could be managed by inetd - so look into /etc/inetd.conf and make sure the telnetd line isn't commented out.

Cheers
ZB

if somebody else commented out the telnetd line out of /etc/inetd.conf --- verify that you can uncomment it ... telnet is insecure so the current recommendation is to disable it and use ssh instead ...