Tuesday, July 05, 2005

Disabling a Service

If the service has dependents, you won't be able to disable it. Check dependents of rlogin:
1) svcs -a | grep rlogin <-- output is svc:/network/login:rlogin
2) svcs -D network/login:rlogin
3) svcadm disable network/login:rlogin

0 Comments:

Post a Comment

<< Home