InomHitta mer dokumentationSupportresurser som ingår | Ladda ner denna bok i PDF (9905 KB)
chroot(1M)Name | Synopsis | Description | Return Values | Examples | Attributes | See Also | Notes Name
Synopsis/usr/sbin/chroot newroot command DescriptionThe 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,
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 ValuesThe exit status of chroot is the return value of command. ExamplesExample 1 Using the chroot UtilityThe chroot utility provides an easy way to extract tar files (see tar(1)) written with absolute filenames to a different location. It is necessary to copy the shared libraries used by tar (see ldd(1)) to the newroot filesystem.
AttributesSee attributes(5) for descriptions of the following attributes:
See AlsoNotesExercise 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. Name | Synopsis | Description | Return Values | Examples | Attributes | See Also | Notes |
||||||