Linux Commands Examples

A great documentation place for Linux commands

faked-sysv

daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes.


see also : fakeroot - dpkg-buildpackage

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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.

copying

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

manual page

mostly by J.H.M. Dassen <jdassen[:at:]debian[:dot:]org> mods/additions by joost and Clint.


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.


see also

fakeroot , dpkg-buildpackage , debuild /usr/share/doc/fakeroot/DEBUG


authors

joost witteveen

<joostje[:at:]debian[:dot:]org>

Clint Adams

<clint[:at:]debian[:dot:]org>

Timo Savola

How can this site be more helpful to YOU ?


give  feedback