Function rustix::fs::lremovexattr

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

lremovexattr(path, name)—Remove an extended filesystem attribute, without following symlinks in the last path component.

§References