removexattr(2) System Calls Manual removexattr(2) removexattr, lremovexattr, fremovexattr - Standard C library (libc, -lc) #include int removexattr(const char *path, const char *name); int lremovexattr(const char *path, const char *name); int fremovexattr(int fd, const char *name); : inode (, , ..). , inode (, stat(2)). xattr(7). removexattr() , name path . lremovexattr() removexattr(), ; , , . fremovexattr() removexattr(), , , fd ( open(2)), path. , NULL. name ; , inode. . -1, errno . ENODATA . ENOTSUP . , stat(2). Linux. Linux 2.4, glibc 2.3. getfattr(1), setfattr(1), getxattr(2), listxattr(2), open(2), setxattr(2), stat(2), symlink(7), xattr(7) () aereiae , Azamat Hackimov , Dmitriy S. Seregin , Katrin Kutepova , Lockal , Yuri Kozlov , , Kirill Rekhov ; GNU (GNU General Public License - GPL, 3 ) , - . - , , () () () <>. Linux man-pages 6.12 23 2024 . removexattr(2)