{
    "content": [
        {
            "type": "text",
            "text": "# faked(1) (man)\n\n**Summary:** faked  -  daemon  that  remembers fake ownership/permissions of files manipulated by fakeroot processes.\n\n**Synopsis:** faked [--debug] [--foreground] [--cleanup] [--key msg-key] [--load]  [--save-file  save-file]\n[--port TCP-port]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --debug | — | Print debugging information on stderr. |\n| — | --foreground | — | Don't fork into the background. |\n| — | --cleanup | — | Cleanup the semaphores. |\n| — | --key | — | Don't allocate a new communication channel, but use channel specified by key. (If the specified channel doesn't exist, i |\n| — | --save-file | — | Save the environment to save-file on exit. --load Load a previously saved environment from the standard input. |\n| — | --unknown-is-real | — | Use real ownership of previously-unknown files instead of setting them to root:root. |\n| — | --port | — | Use TCP port tcp-port. |\n\n## See Also\n\n- fakeroot(1)\n- dpkg-buildpackage(1)\n- debuild(1)\n\n## Section Outline\n\n- **NAME** (3 lines)\n- **SYNOPSIS** (3 lines)\n- **DESCRIPTION** (6 lines)\n- **OPTIONS** (1 lines) — 7 subsections\n  - --debug (2 lines)\n  - --foreground (2 lines)\n  - --cleanup  number (2 lines)\n  - --key  key-number (3 lines)\n  - --save-file  save-file (4 lines)\n  - --unknown-is-real (2 lines)\n  - --port  tcp-port (3 lines)\n- **BUGS** (5 lines)\n- **COPYING** (2 lines)\n- **AUTHORS** (8 lines)\n- **MANUAL PAGE** (2 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nfaked  -  daemon  that  remembers fake ownership/permissions of files manipulated by fakeroot\nprocesses.\n\n### SYNOPSIS\n\nfaked [--debug] [--foreground] [--cleanup] [--key msg-key] [--load]  [--save-file  save-file]\n[--port TCP-port]\n\n### DESCRIPTION\n\nIf a fakeroot process wants to change the ownership of a file, then faked is the process that\nremembers that new owner. If later the same fakeroot process does a stat() for that filename,\nthen  the  libfakeroot wrapped stat() call will first ask faked for the fake ownership etc of\nthat file, and then report it.\n\n### OPTIONS\n\n#### --debug\n\nPrint debugging information on stderr.\n\n#### --foreground\n\nDon't fork into the background.\n\n#### --cleanup  number\n\nCleanup the semaphores.\n\n#### --key  key-number\n\nDon't allocate a new communication channel, but use channel specified by key. (If  the\nspecified channel doesn't exist, it's created).\n\n#### --save-file  save-file\n\nSave the environment to save-file on exit.\n\n--load Load a previously saved environment from the standard input.\n\n#### --unknown-is-real\n\nUse real ownership of previously-unknown files instead of setting them to root:root.\n\n#### --port  tcp-port\n\nUse TCP port tcp-port.\n\n### BUGS\n\nNone  so  far. Be warned, though: although I've written quite a few much larger (and smaller)\nprograms, I've never written anything that was as tiny as fakeroot, had as many bugs as fake‐‐\nroot,  and  still was as usable as, say, fakeroot version 0.03, the first version that could\nbe used to build itself.\n\n### COPYING\n\nfakeroot is distributed under the GNU General Public License.  (GPL 2.0 or greater).\n\n### AUTHORS\n\njoost witteveen\n<joostje@debian.org>\n\nClint Adams\n<clint@debian.org>\n\nTimo Savola\n\n### MANUAL PAGE\n\nmostly by J.H.M. Dassen <jdassen@debian.org> mods/additions by joost and Clint.\n\n### SEE ALSO\n\nfakeroot(1), dpkg-buildpackage(1), debuild(1) /usr/share/doc/fakeroot/DEBUG\n\n\n\nDebian Project                              17 June 2004                                    faked(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "faked",
        "section": "1",
        "mode": "man",
        "summary": "faked  -  daemon  that  remembers fake ownership/permissions of files manipulated by fakeroot processes.",
        "synopsis": "faked [--debug] [--foreground] [--cleanup] [--key msg-key] [--load]  [--save-file  save-file]\n[--port TCP-port]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--debug",
                "arg": null,
                "description": "Print debugging information on stderr."
            },
            {
                "flag": "",
                "long": "--foreground",
                "arg": null,
                "description": "Don't fork into the background."
            },
            {
                "flag": "",
                "long": "--cleanup",
                "arg": null,
                "description": "Cleanup the semaphores."
            },
            {
                "flag": "",
                "long": "--key",
                "arg": null,
                "description": "Don't allocate a new communication channel, but use channel specified by key. (If the specified channel doesn't exist, it's created)."
            },
            {
                "flag": "",
                "long": "--save-file",
                "arg": null,
                "description": "Save the environment to save-file on exit. --load Load a previously saved environment from the standard input."
            },
            {
                "flag": "",
                "long": "--unknown-is-real",
                "arg": null,
                "description": "Use real ownership of previously-unknown files instead of setting them to root:root."
            },
            {
                "flag": "",
                "long": "--port",
                "arg": null,
                "description": "Use TCP port tcp-port."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "fakeroot",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fakeroot/1/json"
            },
            {
                "name": "dpkg-buildpackage",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/dpkg-buildpackage/1/json"
            },
            {
                "name": "debuild",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/debuild/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--debug",
                        "lines": 2,
                        "long": "--debug"
                    },
                    {
                        "name": "--foreground",
                        "lines": 2,
                        "long": "--foreground"
                    },
                    {
                        "name": "--cleanup  number",
                        "lines": 2,
                        "long": "--cleanup"
                    },
                    {
                        "name": "--key  key-number",
                        "lines": 3,
                        "long": "--key"
                    },
                    {
                        "name": "--save-file  save-file",
                        "lines": 4,
                        "long": "--save-file"
                    },
                    {
                        "name": "--unknown-is-real",
                        "lines": 2,
                        "long": "--unknown-is-real"
                    },
                    {
                        "name": "--port  tcp-port",
                        "lines": 3,
                        "long": "--port"
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "COPYING",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "MANUAL PAGE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}