Sumo Wrestler (or just ate too much) escribió:
Javier Bernal wrote:
Hello list,
I want to know which of the modules that 'lsmod' shows I am currently
using.
lsmod shows 42 modules. Are all of them being used?
Can I see which device is using which module?
Thanks
The third column of lsmod's output tells you if a module is being
used. Take a look in /proc to find out what process is using a
particular module.
Is there any command that show me what module is being used by a device?
How can I view which process is using which module in /proc?
Get info. about the lsmod command and proc filesystem;
$ man lsmod
$ man 5 proc
Good luck.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]