1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.tr/common/chroot.md
2021-04-01 18:54:26 +03:00

12 lines
355 B
Markdown

# chroot
> Komut veya etkileşimli komut satırını özel kök diziniyle çalıştırır.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/chroot>.
- 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}}`