chroot, cmake: add Turkish translation (#5173)

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
Tan A
2021-01-23 23:36:23 +03:00
committed by GitHub
parent 24e64160b9
commit 3a1609b196
2 changed files with 24 additions and 0 deletions

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

@@ -0,0 +1,11 @@
# chroot
> Komut veya etkileşimli komut satırını özel kök diziniyle çalıştırır.
- Komutu yeni kök dizini olarak çalıştır:
`chroot {{yeni/kok/yolu}} {{komut}}`
- Kullanılacak kullanıcı ve grubu (ID veya isim) belirle:
`chroot --userspec={{kullanici:grup}}`