Skip to main content

chown

Function chown 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn chown( path: *const c_char, owner: uid_t, group: gid_t, ) -> c_int
Expand description