Function nc::chmod_extended

source ยท
pub unsafe fn chmod_extended<P: AsRef<Path>>(
    path: P,
    uid: uid_t,
    gid: gid_t,
    mode: i32,
    xsecurity: user_addr_t
) -> Result<(), Errno>
Expand description

Change permissions of a file.