1MVXATTR(1) User Commands MVXATTR(1)
2
3
4
6 mvxattr - Recursively rename extended attributes
7
9 mvxattr {-s STRING, --from=STRING} {-d STRING, --to=STRING}
10 [-l, --follow-symlinks] [-p, --print] [-v, --verbose] [-f, --force]
11 {PATH [PATH ...]}
12
14 This tool is part of the samba(1) suite.
15
16 mvxattr is a simple utility to recursively rename extended attributes.
17
18 By default all symlinks are ignored, use -l to follow them.
19
21 -s STRING, --from=STRING
22 Source xattr name
23
24 -d STRING, --to=STRING
25 Destination xattr name
26
27 -l, --follow-symlinks
28 Follow symlinks, the default is to ignore them.
29
30 -p, --print
31 Print files where the xattr got renamed.
32
33 -v, --verbose
34 Print files as they are checked.
35
36 -f, --force
37 Force overwriting of destination xattr.
38
40 This man page is part of version 4.9.1 of the Samba suite.
41
43 The original Samba software and related utilities were created by
44 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
45 Source project similar to the way the Linux kernel is developed.
46
47 The mvxattr manpage was written by Ralph Boehme.
48
49
50
51Samba 4.9.1 05/11/2019 MVXATTR(1)