Archive for the ‘HP-UX’ Category.

How to start and stop services in HP-UX

hp.gif

Using ssh as an example:

To Stop HP UX SSH Service Type the command:

# /sbin/init.d/secsh stop

To Start HP UX SSH Service Type the command:

# /sbin/init.d/secsh start