-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

fakeroot


> Run a command in an environment faking root privileges for file manipulation.

More information.


Start the default shell as fakeroot:

fakeroot

Run a command as fakeroot:

fakeroot -- {command} {command_arguments}

Run a command as fakeroot and save the environment to a file on exit:

fakeroot -s {path/to/file} -- {command} {command_arguments}

Load a fakeroot environment and run a command as fakeroot:

fakeroot -i {path/to/file} -- {command} {command_arguments}

Run a command keeping the real ownership of files instead of pretending they are owned by root:

fakeroot --unknown-is-real -- {command} {command_arguments}

Display help:

fakeroot --help


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:42:22 2024