Tuesday, July 05, 2005

Enabling a Service

Find the proper FMRI name:
1) svcs -a | grep rlogin <-- output is network/login:rlogin
Check if the service is enabled:
2) svcs -l network/login:rlogin | grep enabled <-- output is true or false
Use -r to recursively enable all dependencies:
3) svcadm enable -r network/login:rlogin

0 Comments:

Post a Comment

<< Home