Difference between revisions of "list available kernel modules"
From thelinuxwiki
(Created page with " command: find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less category:kernel") |
Latest revision as of 21:47, 22 May 2013
command:
find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less