devela::_dep::rustix::fs

Function chmod

pub fn chmod<P>(path: P, mode: Mode) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

chmod(path, mode)—Sets file or directory permissions.

§References