1Fakeroot runs a command in an environment were it appears to have 2root privileges for file manipulation, by setting LD_PRELOAD to a 3library with alternative versions of getuid(), stat(), etc. This 4is useful for allowing users to create archives (tar, ar, .deb .rpm 5etc.) with files in them with root permissions/ownership. 6