pub fn removexattr<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, it will be
dereferenced.
For more information, see removexattr(2)