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 serviceD. deletes the svc: /network/ssh:default service
Explanation:
The svcs command displays information about service instances as recorded in the service configuration
repository.
-d Lists the services or service instances upon which the given service instances depend.