Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

chroot

You are here: irt.org | FOLDOC | chroot

<operating system> The UNIX command to make the root directory (/) become something other than its default for the lifetime of the current process. It can only be run by privileged users and is used to give a process (commonly a network server such as FTP or HTTP) access to a restricted portion of the file system.

The new root contains copies of all the essential files and directories, e.g. /lib, /dev/tty, /tmp.

(1996-12-08)

Nearby terms: Christopher Strachey « chromatic number « chrome « chroot » CHRP » chug » chug report

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb