7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)

This commit is contained in:
marchersimon
2021-02-20 21:30:55 +01:00
committed by GitHub
parent 92a974ac06
commit e3c79db0e6
18 changed files with 341 additions and 0 deletions

11
pages.de/common/chroot.md Normal file
View File

@@ -0,0 +1,11 @@
# chroot
> Führe einen Befehl oder eine interaktive Shell mit einem speziellen root-Verzeichnis aus.
- Führe einen Befehl mit einem neuen root-Verzeichnis aus:
`chroot {{pfad/zu/neuem/root}} {{befehl}}`
- Lege Benutzer und Gruppe (ID oder Name) fest, der benutzt werden soll:
`chroot --userspec={{benutzer:gruppe}}`