[][src]Function sys_util::chown

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

Safe wrapper for chown(2).