Function fchownat

Source
pub unsafe fn fchownat(
    dirfd: int,
    pathname: *const char,
    owner: uid_t,
    group: gid_t,
) -> Result<int>
Expand description

Change ownership of a file.