Function rustix::fs::removexattr

source ·
pub fn removexattr<P: Arg, Name: Arg>(path: P, name: Name) -> Result<()>
Expand description

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

§References