On Sun, Nov 06, 2005 at 02:35:19AM +0200, David Harel wrote: > Hi, > > Without doing system("insmod usb-storage"); how do I implement this > operation on system calls level?
Read the source of the utilities that do implement it, concentrating on init_module; realize that it's kernel version dependant and you're not expected to be doing it; ask yourself why do you need to do it, and are there existing mechanisms that do what you need? the answer is almost certainly yes. Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]