{
    "content": [
        {
            "type": "text",
            "text": "# AT.ALLOW (man)\n\n## NAME\n\nat.allow, at.deny - determine who can submit jobs via at or batch\n\n## DESCRIPTION\n\nThe  /etc/at.allow  and /etc/at.deny files determine which user can submit commands for later\nexecution via at(1) or batch(1).\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "AT.ALLOW",
        "section": "",
        "mode": "man",
        "summary": "at.allow, at.deny - determine who can submit jobs via at or batch",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "at",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/at/1/json"
            },
            {
                "name": "cron",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/cron/8/json"
            },
            {
                "name": "crontab",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/crontab/1/json"
            },
            {
                "name": "atd",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/atd/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "at.allow, at.deny - determine who can submit jobs via at or batch\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  /etc/at.allow  and /etc/at.deny files determine which user can submit commands for later\nexecution via at(1) or batch(1).\n\nThe format of the files is a list of usernames, one on each line.  Whitespace is not  permit‐\nted.\n\nIf the file /etc/at.allow exists, only usernames mentioned in it are allowed to use at.\n\nIf  /etc/at.allow does not exist, /etc/at.deny is checked, every username not mentioned in it\nis then allowed to use at.\n\nAn empty /etc/at.deny means that every user may use at.\n\nIf neither exists, only the superuser is allowed to use at.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "at(1), cron(8), crontab(1), atd(8).\n\n\n\nSep 1997                                   AT.ALLOW(5)",
                "subsections": []
            }
        }
    }
}