exam questions

Exam XK0-004 All Questions

View all questions & answers for the XK0-004 exam

Exam XK0-004 topic 1 question 103 discussion

Actual exam question from CompTIA's XK0-004
Question #: 103
Topic #: 1
[All XK0-004 Questions]

A Linux administrator installed a new network adapter and temporarily disabled the network service from starting on boot. The partial output of chkconfig is as follows:

Which of the following commands BEST describes how the administrator should re-enable the network service?

  • A. chkconfig --level 0 network on
  • B. chkconfig --level 0-6 network on
  • C. chkconfig --level 6 network on
  • D. chkconfig --level 12 network on
  • E. chkconfig --level 345 network on
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
Reference:
https://www.thegeekdiary.com/how-to-enable-or-disable-service-on-boot-with-chkconfig/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DiaaEmara
2 years, 6 months ago
The chkconfig utility is a command-line tool that allows you to specify in which runlevel to start a selected service, as well as to list all available services along with their current setting For instance, to enable the abrtd service in runlevels 3 and 5, type: ~]# chkconfig abrtd on --level 35
upvoted 1 times
DiaaEmara
2 years, 6 months ago
345 – runlevels that the service will be enabled for by default.
upvoted 1 times
...
...
augustogcn
3 years, 3 months ago
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-services-chkconfig
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...