The following doesn't show if the module is loaded, which is really what one would like to know:
It just provides the info if the module is on the system.
To see if it's loaded, inspecting the output of either of these will do:
Code:
modinfo ksmbd
To see if it's loaded, inspecting the output of either of these will do:
Code:
lsmod | grep ksmb
lsmod | grep ksmbd