7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)
2021-02-20 20:30:55 +00:00
|
|
|
# chroot
|
|
|
|
|
|
|
|
> Führe einen Befehl oder eine interaktive Shell mit einem speziellen root-Verzeichnis aus.
|
2021-04-24 12:09:56 +01:00
|
|
|
> Weitere Informationen: <https://www.gnu.org/software/coreutils/chroot>.
|
7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)
2021-02-20 20:30:55 +00:00
|
|
|
|
|
|
|
- Führe einen Befehl mit einem neuen root-Verzeichnis aus:
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
`chroot {{pfad/zu/root_verzeichnis}} {{befehl}}`
|
7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)
2021-02-20 20:30:55 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Lege einen Benutzer und eine Gruppe (ID oder Name) fest, der benutzt werden soll:
|
7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)
2021-02-20 20:30:55 +00:00
|
|
|
|
|
|
|
`chroot --userspec={{benutzer:gruppe}}`
|