Function lchown

Source
pub unsafe fn lchown(
    pathname: *const char,
    owner: uid_t,
    group: gid_t,
) -> Result<int>
Expand description

Change ownership of a file without dereferencing symbolic links.