Function fchmodat

Source
pub unsafe fn fchmodat(
    dirfd: int,
    pathname: *const char,
    mode: mode_t,
) -> Result<int>
Expand description

Change permissions of a file.