=over =item chroot FILENAME X X =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames that begin with a C by your process and all its children. (It doesn't change your current working directory, which is unaffected.) For security reasons, this call is restricted to the superuser. If FILENAME is omitted, does a L|/chroot FILENAME> to L|perlvar/$_>. B It is mandatory for security to C (L|/chdir EXPR> to the root directory) immediately after a L|/chroot FILENAME>, otherwise the current working directory may be outside of the new root. Portability issues: L. =back