pub fn lremovexattr<P, S>(path: P, name: S) -> Result<()>Expand description
Removes the extended attribute identified by name and associated with the
given path in the filesystem. If path is a symbolic link, extended
attribute is removed from the link itself.
For more information, see lremovexattr(2)