Draft:Fakeroot
Unix command
From Wikipedia, the free encyclopedia
fakeroot is a command on several Unix systems, such as Linux, that allows a non-root user to act as root.[1]
| This is a draft article. It is a work in progress open to editing by anyone. Please ensure core content policies are met before publishing it as a live Wikipedia article. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL Last edited by GoodHamBurger (talk | contribs) 5 months ago. (Update)
Finished drafting? or |
How it works is setting the UID and GID to 0, which is effectively Superuser access to a Linux box, however you cannot access dirs like root because of how it doesn't give you actual root privileges, it just acts like you are a superuser.[2]