[][src]Function linux::syscall::chroot

pub fn chroot(path: KStr) -> c_int

Changes the root directory of the process.

[argument, path] The new root directory.

= See also

  • link:man:chroot(2)