Available in

(1)/cs (1)/de (1)/es (1)/fi (1)/hu (1)/it (1)/ja (1)/tr (1)/zh_CN (1)/zh_TW (1m) (2) (2)/de (2)/es (2)/fr (2)/ja (2)/ko (2)/nl (2)/pl (2)/pt (2)/ru (2freebsd) (8) (8)/fr (8)/hu (8)/it (8)/ko (8)/pl

TOC

chroot(1M)              System Administration Commands              chroot(1M)



NAME

       chroot - change root directory for a command

SYNOPSIS

       /usr/sbin/chroot newroot command

DESCRIPTION

       The chroot utility causes  command to be executed relative to  newroot.
       The meaning of any initial slashes (|) in the path names is changed  to
       newroot  for   command  and any of its child processes. Upon execution,
       the initial working directory is newroot.

       Notice that redirecting the output of  command to a file,


       chroot newroot command >x


       will create the file x relative to the original root of   command,  not
       the new one.

       The  new root path name is always relative to the current root. Even if
       a chroot is currently in effect, the newroot argument  is  relative  to
       the current root of the running process.

       This command can be run only by the super-user.

RETURN VALUES

       The exit status of chroot is the return value of command.

EXAMPLES

       Example 1: Using the chroot utility.

       The  chroot  utility  provides  an  easy  way to extract tar files (see
       tar(1)) written with absolute filenames to a different location:


       example# cp /usr/sbin/static/tar /tmp
       example# dd if=/dev/nrst0 | chroot /tmp tar xvf -

       Note that tar is statically linked, so it is not necessary to copy  any
       shared libraries to the  newroot filesystem.

ATTRIBUTES

       See attributes(5) for descriptions of the following attributes:


       +-----------------------------+-----------------------------+
       |      ATTRIBUTE TYPE         |      ATTRIBUTE VALUE        |
       +-----------------------------+-----------------------------+
       |Availability                 |SUNWcsu                      |
       +-----------------------------+-----------------------------+

SEE ALSO

       cd(1), tar(1), chroot(2), ttyname(3C), attributes(5)

NOTES

       Exercise  extreme caution when referencing device files in the new root
       file system.

       References by routines such as ttyname(3C) to stdin, stdout, and stderr
       will  find  that  the  device  associated  with  the file descriptor is
       unknown after chroot is run.



SunOS 5.9                         20 Mar 1998                       chroot(1M)

COMMENTS

Add your comment here. Whitespace and linebreaks are preserved. URLs are linked automatically.
CAPTCHA

No HTML allowed. URLs will be linked with nofollow attribute. Whitespace is preserved.