{
    "mode": "man",
    "parameter": "kmod",
    "section": "8",
    "url": "https://www.chedong.com/phpMan.php/man/kmod/8/json",
    "generated": "2026-06-14T05:52:39Z",
    "synopsis": "kmod [OPTIONS...] [COMMAND] [COMMANDOPTIONS...]",
    "sections": {
        "NAME": {
            "content": "kmod - Program to manage Linux Kernel modules\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "kmod [OPTIONS...] [COMMAND] [COMMANDOPTIONS...]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "kmod is a multi-call binary which implements the programs used to control Linux Kernel\nmodules. Most users will only run it using its other names.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-V --version",
                    "content": "Show the program version and exit.\n",
                    "flag": "-V",
                    "long": "--version"
                },
                {
                    "name": "-h --help",
                    "content": "Show the help message.\n",
                    "flag": "-h",
                    "long": "--help"
                }
            ]
        },
        "COMMANDS": {
            "content": "",
            "subsections": [
                {
                    "name": "help",
                    "content": "Show the help message.\n"
                },
                {
                    "name": "list",
                    "content": "List the currently loaded modules.\n"
                },
                {
                    "name": "static-nodes",
                    "content": "Output the static device nodes information provided by the modules of the currently\nrunning kernel version.\n"
                }
            ]
        },
        "COPYRIGHT": {
            "content": "This manual page originally Copyright 2014, Marco d'Itri. Maintained by Lucas De Marchi and\nothers.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "lsmod(8), rmmod(8), insmod(8), modinfo(8), modprobe(8), depmod(8)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Lucas De Marchi <lucas.de.marchi@gmail.com>\nDeveloper\n\n\n\nkmod                                         04/30/2026                                      KMOD(8)",
            "subsections": []
        }
    },
    "summary": "kmod - Program to manage Linux Kernel modules",
    "flags": [
        {
            "flag": "-V",
            "long": "--version",
            "arg": null,
            "description": "Show the program version and exit."
        },
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Show the help message."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "lsmod",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/lsmod/8/json"
        },
        {
            "name": "rmmod",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/rmmod/8/json"
        },
        {
            "name": "insmod",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/insmod/8/json"
        },
        {
            "name": "modinfo",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/modinfo/8/json"
        },
        {
            "name": "modprobe",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/modprobe/8/json"
        },
        {
            "name": "depmod",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/depmod/8/json"
        }
    ]
}