faked(1) Manuel de Debian faked(1) NOM Faked - demon qui memorise les permissions et proprietaires factices des fichiers manipules par les processus sous fakeroot. SYNOPSIS faked [--debug] [--foreground] [--cleanup] [--key cle-msg] [--load] [--save-file fichier-de-sauvegarde] [--port port_TCP] 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 Affiche les informations de debogage sur la sortie d'erreur. --foreground Ne pas se dupliquer (fork) en tache de fond. --cleanup number Nettoyer les 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 Enregistre l'environnement dans le fichier-de-sauvegarde en quittant. --load Restaure un environnement prealablement enregistre a partir de l'entree standard. --unknown-is-real Utilise le veritable proprietaire des fichiers auparavant inconnus que de les attribuer a root:root. --port tcp-port Utilise le port TCP port-tcp. BOGUES 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. COPIES fakeroot est distribue sous la licence GNU General Public License. (GPL 2.0 ou superieure). AUTEURS Joost Witteveen Clint Adams Timo Savola TRADUCTION Sylvain Cherrier . PAGE DE MANUEL mostly by J.H.M. Dassen mods/additions by joost and Clint. VOIR AUSSI fakeroot(1), dpkg-buildpackage(1), debuild(1), /usr/share/doc/fakeroot/DEBUG Projet Debian 2024-12-19 faked(1)