Files
tldr/pages.tr/common/chroot.md
2022-10-31 06:52:35 -03:00

13 lines
355 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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