Oracle
1Z0-821 · Question #127
What is the result of executing the following command? svcs -d svc:/network/ssh:default
The correct answer is B. displays the services that svc: /network/ssh:default is dependent on. 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.
Managing Services and Processes
Question
What is the result of executing the following command? svcs -d svc:/network/ssh:default
Options
- Adisables the svc:/network/ssh:default service
- Bdisplays the services that svc: /network/ssh:default is dependent on
- Cdisplays the services that are dependent on the svc: /network/ssh:default service
- Ddeletes the svc: /network/ssh:default service
How the community answered
(18 responses)- B83% (15)
- C6% (1)
- D11% (2)
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.
Topics
#svcs -d flag#SMF service dependencies#SSH service#SMF commands
Community Discussion
No community discussion yet for this question.