rustix::backend::fs::syscalls

Function chmod

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