PDA

View Full Version : Linux inrtructions


saeedeh
May 28, 2008, 05:25 AM
:) hi I want to know about these instructions in linux.
Please someone help me::confused:
$ make
$ insmod
$ rmmod

NeedKarma
May 28, 2008, 05:29 AM
You can find info on all commands here: Linux Commands - Command Library - Man Pages (http://linux.about.com/od/commands/l/blcmdl.htm)
Or by googling each command.

tf7426
May 29, 2008, 07:37 PM
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)