What is the result of executing the following command?
svcs -d svc:/network/ssh:default
A.
disables the svc:/network/ssh:default service
B.
displays the services that svc: /network/ssh:default is dependent on
C.
displays the services that are dependent on the svc: /network/ssh:default service
D.
deletes the svc: /network/ssh:default service
Explanation:
The svcs command displays information about service
instances as recorded in the service configuration reposi-tory.
-d Lists the services or service
instances upon which the given ser-vice instances depend.
Reference: man svcs
B
B
You can see the description in svcs man page.
B