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

355 B

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}}