Function fchown

Source
pub unsafe fn fchown(fd: int, owner: uid_t, group: gid_t) -> Result<int>
Expand description

Change ownership of a file.