Function linux_unsafe::fchmodat

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

Change permissions of a file.