linux_modules 0.4.1

Tool To Manage Linux Kernel Modules
---
source: tests/ui.rs
expression: out
---
nms-insert 
Load a kernel module

USAGE:
    nms insert [OPTIONS] <MODULE>

ARGS:
    <MODULE>
            Path to file, or module name.
            
            If this is a full path, that file is loaded directly.
            
            If a module name, `lib/modules/(uname -r)` will be searched.

OPTIONS:
    -f, --force
            Force load the module.
            
            This ignores important kernel compatibility checks.
            
            USE AT YOUR OWN RISK

    -h, --help
            Print help information