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
|
.TH XATTR 1 "May 8, 2010"
.SH NAME
xattr \- sets or lists extended attributes on a file or directory
.SH SYNOPSIS
\fBxattr\fR [ \fI-l\fR ] \fBfilename\fR [ \fIattr_name\fR [ \fIattr_value\fR ] ]
.br
.SH DESCRIPTION
This manual page documents briefly the \fBxattr\fR command.
.PP
With no optional arguments, lists the xattrs on file.
.br
With \fIattr_name\fR only, lists the contents of attr_name on file.
.br
With \fIattr_value\fR, set the contents of attr_name on file.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-h
Show summary of options.
.TP
.B \-l
print long format (attr_name: attr_value) when listing xattrs.
.SH SEE ALSO
The Python module "xattr"
.br
.SH AUTHOR
xattr was written by Bob Ippolito <bob@redivi.com>.
.PP
This manual page was written by Federico Ceratto,
for the Debian project (and may be used by others).
|