wok view fakeroot/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents
children
line source
1 Gives a fake root environment, to remove the need to become root for
2 a package build.
4 Fakeroot runs a command in an environment where it appears to have
5 root privileges for file manipulation.
6 This is useful for allowing users to create archives (tar, ar,
7 .deb etc.) with files in them with root permissions or ownership.
8 Without fakeroot one would have to have root privileges to create the
9 constituent files of the archives with the correct permissions and
10 ownership, and then pack them up, or one would have to construct the
11 archives directly, without using the archiver.