QuestionQ241

Tools/Systems/Programs

Which command can give investigators information about every loaded module on a Linux-based system?

  • A list modules -a
  • B lsmod
  • C plist mod -a
  • D lsof -m
Explanation

lsmod displays the Linux kernel modules that are currently loaded, along with details such as each module’s size and usage count.

Community Discussion

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