Chroot
Sign in to savechroot is a shell command and a system call on Unix and Unix-like operating systems that changes the apparent root directory for the current running process and its children. A program that is run in such a modified environment cannot name (and therefore normally cannot access) files outside the designated directory tree. The term chroot may refer to the system call or the command-line utility. The modified environment is called a chroot jail. thumb|Chroot: from Gentoo to Ubuntu
Key facts
- Software.name
- chroot
- Software.screenshot
- Chroot-command-example.png
- Software.caption
- Example usage of chroot in Raspberry Pi OS running an interactive shell within a special root directory
- Software.author
- Bill Joy, AT&T Bell Laboratories
- Software.developer
- Various open-source and commercial developers
- Software.operating system
- Unix, Unix-like, Plan 9, Inferno
- Software.platform
- Cross-platform
- Software.genre
- Command
via Wikipedia infobox
Wikidata facts
- Instance of
- containerization
- Part of
- GNU Core Utilities
- Developer
- Bill Joy
- Platform
- cross-platform
- Image
- Chroot-command-example.png
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/chroot
- operating system
- Inferno
- used by
- containerization
Sources (3)
via Wikidata · CC0
Article · Polski
chroot (ang. change root) – uniksowe polecenie uruchamiające program ze zmienionym katalogiem głównym (root). W zmienionym środowisku będą działać też procesy potomne. W systemie GNU ten program obecny jest w pakiecie GNU Coreutils. Zmiana katalogu głównego może być przydatna podczas uruchamiania niepewnych programów, gdyż nie mają one wtedy dostępu do katalogu nadrzędnego względem nowego katalogu głównego. W praktyce uruchamianie programów w zmienionym środowisku jest utrudnione, jeżeli programy wymagają bibliotek, plików dzielonych itp. Wtedy nowe środowisko musi zostać wyposażone w wymagane pliki.
Abstract from DBpedia / Wikipedia · CC BY-SA