Find a module is installed i your system or not - Linux Views : 445
Tagged in : Linux
0 0
Send mail
Use the following command to know whether you have installed a particular module in your pc or not

/sbin/modinfo <module_name>

the above will print the module information

Eg: /sbin/modinfo ip_tables

will print the information of iptables
By RameshKumar, On - 2008-03-14



    Login to add Comments .