fakeroot
linux
Run a command in an environment faking root privileges for file manipulation.
More info →Options (2)
-u, --unknown-is-realbooleanRun a command keeping the real ownership of files instead of pretending they are owned by root
Example:
fakeroot {{[-u|--unknown-is-real]}} -- {{command}} {{command_arguments}}-h, --helpbooleanDisplay help
Example:
fakeroot {{[-h|--help]}}Examples (6)
Start the default shell as fakeroot
Run a command as fakeroot and [s]ave the environment to a file on exit
Load a fakeroot environment and run a command as fakeroot
Run a command keeping the real ownership of files instead of pretending they are owned by root
Display help
fakeroot [-h|--help]made by @shridhargupta | data from tldr-pages