lpi exam 102 - command syntax question
Benontheroad2006
Member Posts: 1 ■□□□□□□□□□
Hello, I am taking lpi 102 in a week's time and I need some help clearing up some confusion over the correct syntax for a command :
Q. (ex) if you want to load a module using insmod and the module's name is 'ben.o' you could load it using
insmod ben.o
Do you need to include the '.o'? I know in real life you can load a module like this
insmod ben
But, does any one know the correct syntax for the lpi exam? Hopefully it won't matter but I have a strange feeling they will have a preference as to using .o or not.
I am trying to contact them as well
Well, let me know if you have taken this exam and the approach you used.
Many thanks
Q. (ex) if you want to load a module using insmod and the module's name is 'ben.o' you could load it using
insmod ben.o
Do you need to include the '.o'? I know in real life you can load a module like this
insmod ben
But, does any one know the correct syntax for the lpi exam? Hopefully it won't matter but I have a strange feeling they will have a preference as to using .o or not.
I am trying to contact them as well
Well, let me know if you have taken this exam and the approach you used.
Many thanks
Comments
-
seuss_ssues Member Posts: 629This should help.
insmod uses the files name. insmod module.o
modprobe uses the module name. modprobe module