>Here's a newbie question for you all. How do I start/stop inetd from
>command line? I don't want to have to restart the machine.
Try "startsrc -s inetd" to start it
and "stopsrc -s inetd" to stop it.
Should work for you.
Can you do this instead:
refresh -s inetd
or maybe this:
stopsrc -s inetd; startsrc -s inetd
Paul Landay