1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
.\"
.\" Extended attributes system calls manual pages
.\"
.\" (C) Andreas Gruenbacher, February 2001
.\" (C) Silicon Graphics Inc, September 2001
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.\" Japanese Version Copyright (c) 2003 Akihiro MOTOKI
.\" all rights reserved.
.\" Translated Tue Jul 8 04:43:40 JST 2003
.\" by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
.\"
.\"WORD: extended attributes ĥ°
.\"WORD: namespace ̾
.\"
.TH REMOVEXATTR 2 2001-12-01 "Linux" "Linux Programmer's Manual"
.SH ̾
removexattr, lremovexattr, fremovexattr \- ĥ°
.SH
.fam C
.nf
.B #include <sys/types.h>
.B #include <attr/xattr.h>
.sp
.BI "int removexattr(const char\ *" path ", const char\ *" name );
.BI "int lremovexattr(const char\ *" path ", const char\ *" name );
.BI "int fremovexattr(int " fd ", const char\ *" name );
.fi
.fam T
.SH
ĥ°ϡinode (ե롢ǥ쥯ȥꡢܥå)
Ϣդ줿
.IR name :\c
.I value
ФǤ롣
ϡƥΤ٤Ƥ inode ˴Ϣդ줿̾°
.RB ( stat (2)
֤ǡ) ĥΤǤ롣
ĥ°ΥץȤ
.BR attr (5)
˽Ƥ롣
.PP
.BR removexattr ()
ϡե륷ƥλꤵ줿
.I path
б롢̾
.I name
γĥ°롣
.PP
.BR lremovexattr ()
.BR removexattr ()
ƱܥåξˡȤƤե
ǤϤʤΤΤξۤʤ롣
.PP
.BR fremovexattr ()
.BR removexattr ()
Ʊ
.I path
.I fd
ǻȤ줿ץѤߥե뤫ĥ°Ǥۤʤ
.RI ( fd
.BR open (2)
ˤä֤)
.PP
ĥ°̾ϡ̤ NULL ü줿ʸǤ롣
.I name
ˤϡ֤̾ɽƬ (prefix) ޤޤ롣
ġ inode ФߤΩ֤̾ʣäƤ褤
.SH ֤
硢0 ֤롣
Ԥ硢 \-1 ֤졢
.I errno
ŬڤͤåȤ롣
.PP
ꤵ줿̾°¸ߤʤ硢
.I errno
.B ENOATTR
åȤ롣
.PP
ĥ°Υե륷ƥǥݡȤƤʤ硢
⤷̵ˤʤäƤ硢
.I errno
.B ENOTSUP
åȤ롣
.PP
.BR stat (2)
ƥॳ˽Ƥ륨顼
ΥƥॳˤŬѤ롣
.SH С
Υƥॳϥͥ 2.4 ʹߤ Linux ѤǤ롣
glibc ǤΥݡȤϥС 2.3 ʹߤǹԤƤ롣
.SH
Υƥॳ Linux ȼǤ롣
.\" .SH
.\" Andreas Gruenbacher,
.\" .RI < a.gruenbacher@computer.org >
.\" SGI XFS ȯ,
.\" .RI < linux-xfs@oss.sgi.com >
.\" ХݡȤ䥳ȤϾ嵭Υɥ쥹ޤäƲ
.SH Ϣ
.BR getfattr (1),
.BR setfattr (1),
.BR getxattr (2),
.BR listxattr (2),
.BR open (2),
.BR setxattr (2),
.BR stat (2),
.BR attr (5)
|