Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

perlfunc:chroot

by gods (Initiate)
on Aug 24, 1999 at 22:43 UTC ( [id://328]=perlfunc: print w/replies, xml ) Need Help??

chroot

See 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 "/" 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 chroot() to $_.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-19 10:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found