chown

Function chown 

Source
pub fn chown(path: &CStr, uid: uid_t, gid: gid_t) -> Result<()>
Expand description

Safe wrapper for chown(2).