{
    "content": [
        {
            "type": "text",
            "text": "# LSMOD (man)\n\n## NAME\n\nlsmod - Show the status of modules in the Linux Kernel\n\n## DESCRIPTION\n\nlsmod is a trivial program which nicely formats the contents of the /proc/modules, showing\nwhat kernel modules are currently loaded.\n\n## TLDR\n\n> Show the status of Linux kernel modules.\n\n- List all currently loaded kernel modules:\n  `lsmod`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **COPYRIGHT**\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "LSMOD",
        "section": "",
        "mode": "man",
        "summary": "lsmod - Show the status of modules in the Linux Kernel",
        "synopsis": "",
        "tldr_summary": "Show the status of Linux kernel modules.",
        "tldr_examples": [
            {
                "description": "List all currently loaded kernel modules",
                "command": "lsmod"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "insmod",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/insmod/8/json"
            },
            {
                "name": "modprobe",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/modprobe/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": 1,
                "subsections": [
                    {
                        "name": "lsmod",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "lsmod - Show the status of modules in the Linux Kernel\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "lsmod",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing\nwhat kernel modules are currently loaded.\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": "insmod(8), modprobe(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                                     LSMOD(8)",
                "subsections": []
            }
        }
    }
}