Stopping a Service
Find proper FMRI name:
1) svcs -a | grep ssh <-- outputs network/ssh:default
Stop the service (disable temporary):
2) svcadm disable -t network/ssh:default
Make sure that the service is stopped:
3) svcs -l network/ssh:default | grep enabled <-- outputs: enabled false (temporary)
1) svcs -a | grep ssh <-- outputs network/ssh:default
Stop the service (disable temporary):
2) svcadm disable -t network/ssh:default
Make sure that the service is stopped:
3) svcs -l network/ssh:default | grep enabled <-- outputs: enabled false (temporary)
0 Comments:
Post a Comment
<< Home