wok view fakeroot/description.txt @ rev 25618
Update get-pcem-roms
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 28 14:28:52 2023 +0000 (16 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.