Function rustix::fs::chmod

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

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

§References