[][src]Function linux::syscall::fchdir

pub fn fchdir(fd: c_int) -> c_int

Set the current working directory to the directory referenced by a file descriptor.

[argument, fd] The file descriptor pointing to the new working directory.

= See also

  • link:man:fchdir(2)