Security vulnerability Heads up.

osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
1,126
Reaction score
1,103
Credits
10,717
The following doesn't show if the module is loaded, which is really what one would like to know:
Code:
modinfo ksmbd
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:
lsmod | grep ksmb
lsmod | grep ksmbd
 


sphen

Well-Known Member
Joined
Dec 12, 2022
Messages
868
Reaction score
751
Credits
10,394
The following doesn't show if the module is loaded, which is really what one would like to know:
Code:
modinfo ksmbd
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:
lsmod | grep ksmb
lsmod | grep ksmbd
Thanks. ... As expected, the ksmb module (which does not exist) and the ksmbd module are not loaded:
Code:
$ lsmod | grep ksmb
$ lsmod | grep ksmbd
$
$
 

Members online


Top