CHROOT
Updated November 07, 2003
Created April 11, 2002


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

prev next index
Chroot is a "jail" in which a new process is started in some sub-directory -- that process is unable to change directory higher out of that sub-directory. Basically chroot helps to protect the rest of the system -- i.e. you create a sub-directory with all the necessary stuff to support the executables you need plus any data files you want to offer as well, then it is all locked down and anyone using that service is unable to get out and mess with the rest of your system and other data files.

Chroot with bash, tar, ls, and gzip: chroot-bash.html

Chroot with sshd and bash: chroot-sshd.html

Other tools for determining what files you need (interdependent files/libraries) you can try the following commands:

ldd
strace

prev next index
Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html