Function std::sys::unix::fs::lchown

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