7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)
2021-02-20 21:30:55 +01:00
|
|
|
# chroot
|
|
|
|
|
|
|
|
> Führe einen Befehl oder eine interaktive Shell mit einem speziellen root-Verzeichnis aus.
|
2021-04-24 13:09:56 +02: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 21:30:55 +01:00
|
|
|
|
|
|
|
- Führe einen Befehl mit einem neuen root-Verzeichnis aus:
|
|
|
|
|
2021-03-25 17:42:04 +01: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 21:30:55 +01:00
|
|
|
|
2021-03-25 17:42:04 +01: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 21:30:55 +01:00
|
|
|
|
2024-05-05 13:24:48 +02:00
|
|
|
`chroot --userspec={{benutzer:gruppe}}`
|