1PVFS2-XATTR(1) General Commands Manual PVFS2-XATTR(1)
2
3
4
6 pvfs2-xattr – set or view extended attributes
7
9 pvfs2-xattr [-s] [-k key] [-v val] [-t] filename
10
12 The pvfs2-xattr utility either sets or creates extended attributes.
13 The -s and -t options are mutually exclusive.
14
15 The options are as follows:
16
17 -s Set an extended attribute
18
19 -k Specify the key. This must start with the prefix user..
20
21 -v Specify the value.
22
23 -t Display an extended attribute.
24
26 PVFS2_DEBUGFILE
27 If set to the path of a local file, redirect debug output to it.
28
29 PVFS2_DEBUGMASK
30 Set the OrangeFS debug mask. Possible masks are documented in
31 pvfs2-set-debugmask(1).
32
33 PVFS2TAB_FILE
34 If set, the full pathname for an alternate pvfs2tab file
35
37 /etc/pvfs2tab
38
40 Set an attribute on /mnt/foo.
41
42 pvfs2-xattr -s -k user.a -v bar /mnt/foo
43 Display the same attribute on the same file.
44
45 pvfs2-xattr -k user.a -t /mnt/foo
46
48 Please submit bug reports to pvfs2-developers@beowulf-underground.org
49
51 pvfs2tab(5)
52
53
54
55 2017-08-14 PVFS2-XATTR(1)