[go: up one dir, main page]

Function nix::sys::stat::fchmod[][src]

pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()>
Expand description

Change the file permission bits of the file specified by a file descriptor.

References

fchmod(2).