Function std::sys::unix::fs::chown

source ·
pub fn chown(path: &Path, uid: u32, gid: u32) -> Result<()>