Function rustix::fs::removexattr

source ·
pub fn removexattr<P: Arg, Name: Arg>(path: P, name: Name) -> Result<()>
Available on crate feature fs only.
Expand description

removexattr(path, name)—Remove an extended filesystem attribute.

§References