pub fn fchmod(fd: i32, mode: Mode) -> Result<(), Errno>
Change the file permission bits of the file specified by a file descriptor.
fchmod(2).