{
    "content": [
        {
            "type": "text",
            "text": "# full (man)\n\n## NAME\n\nfull - always full device\n\n## DESCRIPTION\n\nThe file /dev/full has major device number 1 and minor device number 7.\n\n## Sections\n\n- **NAME**\n- **CONFIGURATION**\n- **DESCRIPTION**\n- **FILES**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "full",
        "section": "",
        "mode": "man",
        "summary": "full - always full device",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "mknod",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/mknod/1/json"
            },
            {
                "name": "null",
                "section": "4",
                "url": "https://www.chedong.com/phpMan.php/man/null/4/json"
            },
            {
                "name": "zero",
                "section": "4",
                "url": "https://www.chedong.com/phpMan.php/man/zero/4/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CONFIGURATION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "full - always full device\n",
                "subsections": []
            },
            "CONFIGURATION": {
                "content": "If  your system does not have /dev/full created already, it can be created with the following\ncommands:\n\nmknod -m 666 /dev/full c 1 7\nchown root:root /dev/full\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The file /dev/full has major device number 1 and minor device number 7.\n\nWrites to the /dev/full device fail with an ENOSPC error.  This can be used  to  test  how  a\nprogram handles disk-full errors.\n\nReads from the /dev/full device will return \\0 characters.\n\nSeeks on /dev/full will always succeed.\n",
                "subsections": []
            },
            "FILES": {
                "content": "/dev/full\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "mknod(1), null(4), zero(4)\n\nLinux man-pages 6.7                          2023-10-31                                      full(4)",
                "subsections": []
            }
        }
    }
}