Skip to main content

chmod

Function chmod 

Source
pub fn chmod(path: &str, mode: u32) -> Result<(), SyscallError>
Expand description

Change permission bits on a path.