Oracle
1Z0-100 · Question #21
You use the chkconfig command to administer one of the services on your Oracle Linux system: [root@FAROUT ~]# chkconfig vncserver off [root@FAROUT ~] # No changes have been made to the init script…
The correct answer is C. The vncserver service configuration is disabled for run levels 2, 3, 4 and 5. D. The vncserver service remains in the same state it was in before the command was issued. See the full explanation below for the reasoning.
Question
You use the chkconfig command to administer one of the services on your Oracle Linux system:
[root@FAROUT ~]# chkconfig vncserver off [root@FAROUT ~] # No changes have been made to the init script for the service. Which two statements are true regarding the effects of Issuing this command?
Options
- AThe vncserver service is shut down.
- BThe vncserver service configuration is disabled only for those run levels for which it is currently
- CThe vncserver service configuration is disabled for run levels 2, 3, 4 and 5.
- DThe vncserver service remains in the same state it was in before the command was issued.
- EThe vncserver service configuration is disabled for run levels 3 and 5 only.
How the community answered
(61 responses)- A3% (2)
- B5% (3)
- C82% (50)
- E10% (6)
Community Discussion
No community discussion yet for this question.