Skip to main content

fchmod

Function fchmod 

Source
pub fn fchmod(fd: u32, mode: u32) -> Result<(), SyscallError>
Expand description

Change permission bits on an open fd.