Function linux_unsafe::fchown

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

Change ownership of a file.