Function nix::unistd::chflags

source ·
pub fn chflags<P: ?Sized + NixPath>(path: &P, flags: FileFlag) -> Result<()>
Available on crate feature fs only.
Expand description

Set the file flags.

See also chflags(2)