linux_modules 0.4.1

Tool To Manage Linux Kernel Modules
---
source: tests/ui.rs
expression: out
---
nms-info 
Get information on a kernel module

USAGE:
    nms info [OPTIONS] <MODULE>

ARGS:
    <MODULE>
            Name of the module, or a path to one

OPTIONS:
    -h, --help
            Print help information

    -u, --uname <UNAME>
            Uname to use instead of the current one.
            
            This may be required if you want information on modules regarding a kernel other than
            the one currently running.
            
            Alternatively the full path to the module may be specified.