What option of the insmod command can you use to force the loading of module even if problems
are encountered?
A.
-f
B.
-F
C.
-u
D.
-r
Explanation:
insmod is a system administration command. -f: Force loading of module, even if some problems are encountered.