Function rustix::backend::fs::syscalls::chmod

source ยท
pub(crate) fn chmod(path: &CStr, mode: Mode) -> Result<()>