Function rustix::fs::fchown

source · []
pub fn fchown<Fd: AsFd>(fd: &Fd, owner: Uid, group: Gid) -> Result<()>
Expand description

fchown(fd)—Sets open file or directory ownership.

References