1faked(1) Debian GNU/Linux manual faked(1)
2
3
4
6 faked - daemon that remembers fake ownership/permissions of files
7 manipulated by fakeroot processes.
8
10 faked [--debug] [--foreground] [--cleanup] [--key msg-key] [--load]
11 [--save-file save-file] [--port TCP-port]
12
14 If a fakeroot process wants to change the ownership of a file, then
15 faked is the process that remembers that new owner. If later the same
16 fakeroot process does a stat() for that filename, then the libfakeroot
17 wrapped stat() call will first ask faked for the fake ownership etc of
18 that file, and then report it.
19
20
22 --debug
23 Print debugging information on stderr.
24
25 --foreground
26 Don't fork into the background.
27
28 --cleanup number
29 Cleanup the semaphores.
30
31 --key key-number
32 Don't allocate a new communication channel, but use channel
33 specified by key. (If the specified channel doesn't exist, it's
34 created).
35
36 --save-file save-file
37 Save the environment to save-file on exit.
38
39 --load Load a previously saved environment from the standard input.
40
41 --unknown-is-real
42 Use real ownership of previously-unknown files instead of set‐
43 ting them to root:root.
44
45 --port tcp-port
46 Use TCP port tcp-port.
47
48
50 None so far. Be warned, though: although I've written quite a few much
51 larger (and smaller) programs, I've never written anything that was as
52 tiny as fakeroot, had as many bugs as fakeroot, and still was as usable
53 as, say, fakeroot version 0.0_3, the first version that could be used
54 to build itself.
55
57 fakeroot is distributed under the GNU General Public License. (GPL 2.0
58 or greater).
59
61 joost witteveen
62 <joostje@debian.org>
63
64 Clint Adams
65 <clint@debian.org>
66
67 Timo Savola
68
70 mostly by J.H.M. Dassen <jdassen@debian.org> mods/additions by joost
71 and Clint.
72
74 fakeroot(1), dpkg-buildpackage(1), debuild(1) /usr/share/doc/fake‐
75 root/DEBUG
76
77
78
79Debian Project 17 June 2004 faked(1)