Forrest logo
back to context overview

modinfo

List of commands for modinfo:

  • modinfo:tldr:62d2f modinfo: List all attributes of a kernel module.
    $ modinfo ${kernel_module}
    try on your machine
    explain this command
  • modinfo:tldr:f4a0c modinfo: List the specified attribute only.
    $ modinfo -F ${select} ${kernel_module}
    try on your machine
    explain this command
back to context overview