tldr/pages.tr/common/chroot.md

13 lines
355 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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