One liner to show all the installed kernel modules

Posted by unixbhaskar@reddit | linuxadmin | View on Reddit | 7 comments

gawk '{print $1}' "/proc/modules" | xargs modinfo | gawk '/^(name|dep|desc|author|filename)/' | tac