Scroll to navigation

faked(1) Debian-Handbuch faked(1)

NAME

faked - Daemon, der sich an gefälschte Besitz-/Zugriffsrechte von Dateien erinnert, die durch fakeroot-Prozesse manipuliert wurden

ÜBERSICHT

faked [--debug] [--foreground] [--cleanup] [--key Nachrichtenschlüssel] [--load] [--save-file zu_speichernde_Datei] [--port TCP-Port]

BESCHREIBUNG

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.

OPTIONEN

gibt Informationen zur Fehlersuche auf der Standardfehlerausgabe aus.
verzweigt nicht in den Hintergrund.
bereinigt Semaphore
Don't allocate a new communication channel, but use channel specified by key. (If the specified channel doesn't exist, it's created).
sichert beim Beenden die Umgebung in zu_speichernde_Datei.
lädt eine vorher gesicherte Umgebung von der Standardeingabe.
benutzt echte Besitzrechte von vorher unbekannten Dateien, anstatt sie auf root:root zu setzen.
benutzt TCP-Port tcp-port.

FEHLER

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.

KOPIEREN

fakeroot wird unter den Bedingungnen der GNU General Public License. (GPL 2.0 oder höher) weitergegeben.

AUTOREN

<joostje@debian.org>
<clint@debian.org>

ÜBERSETZER

Übersetzung bei Chris Leick <debian-l10n-german@lists.debian.org>

HANDBUCHSEITE

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

SIEHE AUCH

fakeroot(1), dpkg-buildpackage(1), debuild(1), /usr/share/doc/fakeroot/DEBUG

2024-12-19 Debian-Projekt