Is there a way to figure out what is using a Linux kernel module?

前端 未结 7 871
無奈伤痛
無奈伤痛 2020-12-12 12:40

If I load a kernel module and list the loaded modules with lsmod, I can get the \"use count\" of the module (number of other modules with a reference to the mod

相关标签:
7条回答
  • 2020-12-12 13:16

    You might try lsof or fuser.

    0 讨论(0)
提交回复
热议问题