pub fn chflags<P: ?Sized + NixPath>(path: &P, flags: FileFlag) -> Result<()>
Set the file flags.
See also chflags(2)