How to start and stop services in HP-UX
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
Archive for the ‘HP-UX’ Category.
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