{
    "content": [
        {
            "type": "text",
            "text": "# sysctl.conf (man)\n\n## NAME\n\nsysctl.conf - sysctl preload/configuration file\n\n## DESCRIPTION\n\nsysctl.conf  is  a simple file containing sysctl values to be read in and set by sysctl.  The\nsyntax is simply as follows:\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **NOTES**\n- **EXAMPLE**\n- **FILES**\n- **SEE ALSO**\n- **AUTHOR**\n- **REPORTING BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "sysctl.conf",
        "section": "",
        "mode": "man",
        "summary": "sysctl.conf - sysctl preload/configuration file",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [
            "# sysctl.conf sample",
            "kernel.domainname = example.com",
            "; this one has a space which will be written to the sysctl!",
            "kernel.modprobe = /sbin/mod probe"
        ],
        "see_also": [
            {
                "name": "sysctl",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/sysctl/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "EXAMPLE",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "sysctl.conf - sysctl preload/configuration file\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "sysctl.conf  is  a simple file containing sysctl values to be read in and set by sysctl.  The\nsyntax is simply as follows:\n\n# comment\n; comment\n\ntoken = value\n\nNote that blank lines are ignored, and whitespace before and after a token or  value  is  ig‐\nnored,  although  a value can contain whitespace within.  Lines which begin with a # or ; are\nconsidered comments and ignored.\n\nIf a line begins with a single -, any attempts to set the value that fail will be ignored.\n\n",
                "subsections": []
            },
            "NOTES": {
                "content": "As the /etc/sysctl.conf file is used to override default  kernel  parameter  values,  only  a\nsmall  number  of  parameters  is  predefined  in  the  file.   Use /sbin/sysctl -a or follow\nsysctl(8) to list all possible parameters. The description of individual  parameters  can  be\nfound in the kernel documentation.\n",
                "subsections": []
            },
            "EXAMPLE": {
                "content": "# sysctl.conf sample\n#\nkernel.domainname = example.com\n; this one has a space which will be written to the sysctl!\nkernel.modprobe = /sbin/mod probe\n",
                "subsections": []
            },
            "FILES": {
                "content": "/etc/sysctl.d/*.conf\n/run/sysctl.d/*.conf\n/usr/local/lib/sysctl.d/*.conf\n/usr/lib/sysctl.d/*.conf\n/lib/sysctl.d/*.conf\n/etc/sysctl.conf\n\nThe paths where sysctl preload files usually exist.  See also sysctl option --system.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "sysctl(8)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "George Staikos ⟨staikos@0wned.org⟩\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Please send bug reports to ⟨procps@freelists.org⟩\n\n\n\nprocps-ng                                    2020-06-04                               SYSCTL.CONF(5)",
                "subsections": []
            }
        }
    }
}