As lsmod
can be executed to result the installed modules that are built with M or externally and their stats (usage), how would the same happen to the built-in kernel modules, I'm curious. I hope someone else answer
Asked
Active
Viewed 328 times
0

waheed
- 1
-
1As far as I understand built-in modules are part of the kernel and thus they no longer can be considered "modules" which means they are always active as long as they are used. – Artem S. Tashkinov Sep 04 '21 at 22:33
-
I'm afraid the answer is # cat /sys/module/ :) – waheed Sep 04 '21 at 22:34
-
Thank you anyway Artem man – waheed Sep 04 '21 at 22:37
-
it list both of them, there you may find good information if they are being used. https://unix.stackexchange.com/a/225746/490956 – waheed Sep 07 '21 at 08:29