Skip to main content

chown

Function chown 

Source
pub unsafe extern "system" fn chown(
    filename: *const c_char,
    user: uid_t,
    group: gid_t,
) -> c_int