Function rustix::fs::lremovexattr
source · pub fn lremovexattr<P: Arg, Name: Arg>(path: P, name: Name) -> Result<()>
Available on crate feature
fs
only.Expand description
lremovexattr(path, name)
—Remove an extended filesystem attribute,
without following symlinks in the last path component.