Skip to content

Instantly share code, notes, and snippets.

@leandroh
Last active August 29, 2015 13:57
Show Gist options
  • Save leandroh/9663293 to your computer and use it in GitHub Desktop.
Save leandroh/9663293 to your computer and use it in GitHub Desktop.
List all modules from the Linux Kernel
#!/usr/bin/env /bin/sh
ls /lib/modules/`uname -r`/kernel/drivers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment