One Day One GNU/Linux Command 
=============================

lsmod -- Show the status of loaded Linux Kernel Modules.

Summary:

Linux Kernel is a monolithic kernel with dynamic module loading
capability after booting. So a kernel module can be statically 
linked or dynamically loaded into the Kernel. lsmod will list 
the currently loaded kernel modules info from /proc/modules file.

Examples:

$ lsmod

Read: man lsmod

HTH :)
--
Bharathi S

_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to