{
    "content": [
        {
            "type": "text",
            "text": "# uts_namespaces(7) (man)\n\n**Summary:** utsnamespaces - overview of Linux UTS namespaces\n\n## See Also\n\n- nsenter(1)\n- unshare(1)\n- clone(2)\n- getdomainname(2)\n- gethostname(2)\n- setns(2)\n- uname(2)\n- share(2)\n- namespaces(7)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (12 lines)\n- **SEE ALSO** (3 lines)\n- **COLOPHON** (7 lines)\n\n## Full Content\n\n### NAME\n\nutsnamespaces - overview of Linux UTS namespaces\n\n### DESCRIPTION\n\nUTS  namespaces  provide isolation of two system identifiers: the hostname and the NIS domain\nname.  These identifiers are set using sethostname(2) and setdomainname(2), and  can  be  re‐\ntrieved  using uname(2), gethostname(2), and getdomainname(2).  Changes made to these identi‐\nfiers are visible to all other processes in the same UTS namespace, but are  not  visible  to\nprocesses in other UTS namespaces.\n\nWhen a process creates a new UTS namespace using clone(2) or unshare(2) with the CLONENEWUTS\nflag, the hostname and domain of the new UTS namespace are copied from the corresponding val‐\nues in the caller's UTS namespace.\n\nUse of UTS namespaces requires a kernel that is configured with the CONFIGUTSNS option.\n\n### SEE ALSO\n\nnsenter(1),  unshare(1),  clone(2), getdomainname(2), gethostname(2), setns(2), uname(2), un‐‐\nshare(2), namespaces(7)\n\n### COLOPHON\n\nThis page is part of release 5.10 of the Linux  man-pages  project.   A  description  of  the\nproject,  information about reporting bugs, and the latest version of this page, can be found\nat https://www.kernel.org/doc/man-pages/.\n\n\n\nLinux                                        2019-11-19                            UTSNAMESPACES(7)\n\n"
        }
    ],
    "structuredContent": {
        "command": "uts_namespaces",
        "section": "7",
        "mode": "man",
        "summary": "utsnamespaces - overview of Linux UTS namespaces",
        "synopsis": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "nsenter",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/nsenter/1/json"
            },
            {
                "name": "unshare",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/unshare/1/json"
            },
            {
                "name": "clone",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/clone/2/json"
            },
            {
                "name": "getdomainname",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/getdomainname/2/json"
            },
            {
                "name": "gethostname",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/gethostname/2/json"
            },
            {
                "name": "setns",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/setns/2/json"
            },
            {
                "name": "uname",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/uname/2/json"
            },
            {
                "name": "share",
                "section": "2",
                "url": "https://www.chedong.com/phpMan.php/man/share/2/json"
            },
            {
                "name": "namespaces",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/namespaces/7/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COLOPHON",
                "lines": 7,
                "subsections": []
            }
        ]
    }
}