removexattr(2) System Calls Manual removexattr(2) removexattr, lremovexattr, fremovexattr - LIBRARY 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. On success, zero is returned. On failure, -1 is returned and errno is set to indicate the error. 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 , ; GNU 3 , . . , , . Linux man-pages 6.06 31 2023 . removexattr(2)