man > faked(1)

๐Ÿ“› NAME

faked โ€” daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes.

๐Ÿš€ Quick Reference

Use CaseCommandDescription
๐Ÿงฐ Start faked in background (default)fakedLaunch the daemon that stores fake ownership/permissions for fakeroot.
๐Ÿ” Debug mode foregroundfaked --debug --foregroundRun in foreground with debug output on stderr.
๐Ÿ”‘ Use a specific IPC keyfaked --key <key-number>Use a pre-existing communication channel or create it.
๐Ÿ’พ Save state on exitfaked --save-file <save-file>Persist fake ownership/permissions to a file for later reuse.
๐Ÿ“‚ Load saved statefaked --loadRestore a previously saved environment from stdin.
๐ŸŒ Use TCP portfaked --port <tcp-port>Communicate via TCP instead of Unix domain sockets.
๐Ÿงน Cleanup semaphoresfaked --cleanup <number>Remove stale semaphore resources.

๐Ÿ“– SYNOPSIS

faked [--debug] [--foreground] [--cleanup] [--key msg-key] [--load] [--save-file save-file] [--port TCP-port]

๐Ÿ“ DESCRIPTION

If a fakeroot process wants to change the ownership of a file, then faked is the process that remembers that new owner. If later the same fakeroot process does a stat() for that filename, then the libfakeroot wrapped stat() call will first ask faked for the fake ownership etc of that file, and then report it.

โš™๏ธ OPTIONS

๐Ÿ› --debug

Print debugging information on stderr.

๐ŸŒ… --foreground

Don't fork into the background.

๐Ÿงน --cleanup number

Cleanup the semaphores.

๐Ÿ”‘ --key key-number

Don't allocate a new communication channel, but use channel specified by key. (If the specified channel doesn't exist, it's created).

๐Ÿ’พ --save-file save-file

Save the environment to save-file on exit.

๐Ÿ“‚ --load

Load a previously saved environment from the standard input.

โ“ --unknown-is-real

Use real ownership of previously-unknown files instead of setting them to root:root.

๐ŸŒ --port tcp-port

Use TCP port tcp-port.

๐Ÿ› BUGS

None so far. Be warned, though: although I've written quite a few much larger (and smaller) programs, I've never written anything that was as tiny as fakeroot, had as many bugs as fakeroot, and still was as usable as, say, fakeroot version 0.0_3, the first version that could be used to build itself.

๐Ÿ“„ COPYING

fakeroot is distributed under the GNU General Public License (GPL 2.0 or greater).

๐Ÿ‘ค AUTHORS

๐Ÿ“– MANUAL PAGE

mostly by J.H.M. Dassen <jdassen AT debian.org> mods/additions by joost and Clint.

๐Ÿ”— SEE ALSO

faked(1)
๐Ÿ“› NAME ๐Ÿš€ Quick Reference ๐Ÿ“– SYNOPSIS ๐Ÿ“ DESCRIPTION โš™๏ธ OPTIONS
๐Ÿ› --debug ๐ŸŒ… --foreground ๐Ÿงน --cleanup number ๐Ÿ”‘ --key key-number ๐Ÿ’พ --save-file save-file ๐Ÿ“‚ --load โ“ --unknown-is-real ๐ŸŒ --port tcp-port
๐Ÿ› BUGS ๐Ÿ“„ COPYING ๐Ÿ‘ค AUTHORS ๐Ÿ“– MANUAL PAGE ๐Ÿ”— SEE ALSO

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-01 12:55 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!