Function uapi::chown[][src]

pub fn chown<'a>(
    pathname: impl IntoUstr<'a>,
    owner: uid_t,
    group: gid_t
) -> Result<()>
Expand description