|
|
| P is for Practical | |
| PerlMonks |
perlfunc:chrootby gods (Initiate) |
| on Aug 24, 1999 at 22:43 UTC ( [id://328]=perlfunc: print w/replies, xml ) | Need Help?? |
chrootSee the current Perl documentation for chroot. Here is our local, out-dated (pre-5.6) version: ![]() chroot - make directory new root for path lookups
![]() chroot FILENAME 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 |
|