Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Change the owership on a list ...File control system call (Berikutnya)
Functions for filehandles, files, or directories

Make directory new root for path lookups

Daftar Isi

  • chroot FILENAME

  • chroot

    This function works like the system call by the same name: it makes thenamed directory the new root directory for all further pathnames thatbegin with a / by your process and all its children. (It doesn'tchange your current working directory, which is unaffected.) For securityreasons, this call is restricted to the superuser. If FILENAME isomitted, does a chroot to $_.

    Portability issues: chroot in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Change the owership on a list ...File control system call (Berikutnya)