QuestionQ14

System Management

Which command should a Linux administrator use to find the version of a kernel module?

  • A modprobe bluetooth
  • B lsmod bluetooth
  • C depmod bluetooth
  • D modinfo bluetooth
Explanation

modinfo displays metadata for a kernel module, including its version when that information is available in the module metadata.

Community Discussion

No comments yet. Be the first to start the discussion!