Function chown

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

Change ownership of a file.