:) hi I want to know about these instructions in linux.
Please someone help me::confused:
$ make
$ insmod
$ rmmod
![]() |
:) hi I want to know about these instructions in linux.
Please someone help me::confused:
$ make
$ insmod
$ rmmod
You can find info on all commands here: Linux Commands - Command Library - Man Pages
Or by googling each command.
Make is a C compiler
Insmod will load a kernel module (like a driver)
Rmmod will remove a module
(I prefer to use modprobe instead of the last 2 though lol)
| All times are GMT -7. The time now is 03:50 PM. |