{
    "content": [
        {
            "type": "text",
            "text": "# kmod (man)\n\n## NAME\n\nkmod - Program to manage Linux Kernel modules\n\n## SYNOPSIS\n\nkmod [OPTIONS...] [COMMAND] [COMMANDOPTIONS...]\n\n## DESCRIPTION\n\nkmod 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\n## TLDR\n\n> Manage Linux kernel modules.\n\n- List currently loaded kernel modules:\n  `kmod list`\n- Display the static device nodes information provided by the modules of the currently running kernel:\n  `kmod static-nodes`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **COMMANDS** (3 subsections)\n- **COPYRIGHT**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "kmod",
        "section": "",
        "mode": "man",
        "summary": "kmod - Program to manage Linux Kernel modules",
        "synopsis": "kmod [OPTIONS...] [COMMAND] [COMMANDOPTIONS...]",
        "tldr_summary": "Manage Linux kernel modules.",
        "tldr_examples": [
            {
                "description": "List currently loaded kernel modules",
                "command": "kmod list"
            },
            {
                "description": "Display the static device nodes information provided by the modules of the currently running kernel",
                "command": "kmod static-nodes"
            }
        ],
        "tldr_source": "official",
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "COMMANDS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "help",
                        "lines": 2
                    },
                    {
                        "name": "list",
                        "lines": 2
                    },
                    {
                        "name": "static-nodes",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}