Which of the following commands should the systems administrator use to fix the issue?

A user has connected a Bluetooth mouse to a computer, but it is not working properly. Which of the following commands should the systems administrator use to fix the issue?
A. lsmod -i bluetooth
B. insmod bluetooth
C. modprobe -r bluetooth
D. depmod -i bluetooth

comptia-exams

3 thoughts on “Which of the following commands should the systems administrator use to fix the issue?

  1. A,D lsmod,depmod .. no option -i
    B not use like this
    C syntax but -r = remove ..? It doesn’t fix problem?
    Need more help!

    1. I think the implication is that you need to remove the module and the dependencies then reboot to reinitialize it
      modprobe -r will remove the module and all associated dependencies
      C. modprobe -r bluetooth

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.