Skip to main content

fchownat

Function fchownat 

Source
pub fn fchownat(
    dirfd: DirFd<'_>,
    path: &CStr,
    uid: u32,
    gid: u32,
    flags: i32,
) -> Result<(), Errno>
Expand description

Modifie le propriétaire d’un fichier.