1LIZARDFS-GETEATTR(1) LIZARDFS-GETEATTR(1)
2
3
4
6 lizardfs-geteattr, lizardfs-seteattr, lizardfs-deleattr - get, set or
7 delete extra attributes
8
10 lizardfs geteattr [-r] [-n|-h|-H] OBJECT...
11
12 lizardfs seteattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...
13
14 lizardfs deleattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...
15
17 geteattr, seteattr and deleattr tools are used to get, set or delete
18 some extra attributes. Attributes are described below.
19
21 -r
22 This option enables recursive mode.
23
24 -n, -h, -H
25 These options are described in lizardfs(1).
26
28 noowner
29 This flag means, that particular object belongs to current user
30 (uid and gid are equal to uid and gid values of accessing process).
31 Only root (uid=0) sees the real uid and gid.
32
33 noattrcache
34 This flag means, that standard file attributes such as uid, gid,
35 mode, length and so on won’t be stored in kernel cache.
36
37 noentrycache
38 This flag is similar to above. It prevents directory entries from
39 being cached in kernel.
40
42 Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.
43
44 LizardFS is free software: you can redistribute it and/or modify it
45 under the terms of the GNU General Public License as published by the
46 Free Software Foundation, version 3.
47
48 LizardFS is distributed in the hope that it will be useful, but WITHOUT
49 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
50 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
51 for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with LizardFS. If not, see http://www.gnu.org/licenses/.
55
57 lizardfs(1)
58
59
60
61 01/26/2021 LIZARDFS-GETEATTR(1)