man setfattr – Man page for setfattr
June 1, 2007 – 1:42 amSETFATTR
Section: File Utilities (1)
Updated: Extended Attributes
Index
Return to Main Contents
NAME
setfattr – set extended attributes of filesystem objects
SYNOPSIS
setfattr [–h] –n name [–v value] pathname…
setfattr [–h] –x name pathname…
setfattr [–h] ––restore=file
DESCRIPTION
The
setfattr
command associates a new
value
with an extended attribute
name
OPTIONS
- –n name, ––name=name
Specifies the name of the extended attribute to set.
- –v value, ––value=value
Specifies the new value for the extended attribute.
- –x name, ––remove=name
Remove the named extended attribute entirely.
- –h, ––no–dereference
Do not follow symlinks. If
pathnameis a symbolic link, it is not followed, but is instead itself the
inode being modified.
- ––restore=file
Restores extended attributes from file.
The file must be in the format generated by the
getfattrcommand with the
––dumpoption.
If a dash (–)is given as the file name,
setfattrreads from standard input.
- ––version
Print the version of
setfattrand exit.
- ––help
Print help explaining the command line options.
- ––
End of command line options.
All remaining parameters are interpreted as file names, even if they
start with a dash character.
AUTHOR
Andreas Gruenbacher,
<a.gruenbacher@bestbits.at>
and the SGI XFS development team,
<linux–xfs@oss.sgi.com>.
Please send your bug reports or comments to these addresses.
SEE ALSO
Index
Related posts:
- man getfattr – Man page for getfattr
- man removexattr – Man page for removexattr
- man lsetxattr – Man page for lsetxattr
- man lgetxattr – Man page for lgetxattr
- man listxattr – Man page for listxattr
- man flistxattr – Man page for flistxattr
- man attr – Man page for attr
- man grepdiff – Man page for grepdiff
- man xmlif – Man page for xmlif
- man gnbd_export – Man page for gnbd_export