{
    "content": [
        {
            "type": "text",
            "text": "# insmod(8) (man)\n\n## NAME\n\ninsmod - Simple program to insert a module into the Linux Kernel\n\n## SYNOPSIS\n\ninsmod [filename] [module options...]\n\n## DESCRIPTION\n\ninsmod is a trivial program to insert a module into the kernel. Most users will want to use\nmodprobe(8) instead, which is more clever and can handle module dependencies.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COPYRIGHT**\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "insmod",
        "section": "8",
        "mode": "man",
        "summary": "insmod - Simple program to insert a module into the Linux Kernel",
        "synopsis": "insmod [filename] [module options...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "modprobe",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/modprobe/8/json"
            },
            {
                "name": "rmmod",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/rmmod/8/json"
            },
            {
                "name": "lsmod",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/lsmod/8/json"
            },
            {
                "name": "modinfo",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/modinfo/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": 6,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "insmod - Simple program to insert a module into the Linux Kernel\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "insmod [filename] [module options...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "insmod is a trivial program to insert a module into the kernel. Most users will want to use\nmodprobe(8) instead, which is more clever and can handle module dependencies.\n\nOnly the most general of error messages are reported: as the work of trying to link the\nmodule is now done inside the kernel, the dmesg usually gives more information about errors.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon\nMasters and others.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "modprobe(8), rmmod(8), lsmod(8), modinfo(8) depmod(8)\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Jon Masters <jcm@jonmasters.org>\nDeveloper\n\nLucas De Marchi <lucas.de.marchi@gmail.com>\nDeveloper\n\n\n\nkmod                                         04/30/2026                                    INSMOD(8)",
                "subsections": []
            }
        }
    }
}