On Fri, Dec 5, 2008 at 1:55 PM, Harry Putnam <[EMAIL PROTECTED]> wrote: > How can I tell which modules of those listed by `lsmod' are actually > being used?
cat /proc/modules and look for the third column. If there is a 0, it means that module is not currently in use.

