pub fn fchown<Fd: AsFd>( fd: Fd, owner: Option<Uid>, group: Option<Gid> ) -> Result<()>
fchown(fd)—Sets open file or directory ownership.
fchown(fd)