lizardfs-geteattr - Man Page

get, set or delete extra attributes

Synopsis

lizardfs geteattr [-r] [-n|-h|-H] OBJECT...
lizardfs seteattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...
lizardfs deleattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...

Description

geteattr, seteattr and deleattr tools are used to get, set or delete some extra attributes. Attributes are described below.

Options

-r

This option enables recursive mode.

-n,  -h,  -H

These options are described in lizardfs(1).

Extra Attributes

noowner

This flag means, that particular object belongs to current user (uid and gid are equal to uid and gid values of accessing process). Only root (uid=0) sees the real uid and gid.

noattrcache

This flag means, that standard file attributes such as uid, gid, mode, length and so on won’t be stored in kernel cache.

noentrycache

This flag is similar to above. It prevents directory entries from being cached in kernel.

See Also

lizardfs(1)

Referenced By

lizardfs(1).

The man pages lizardfs-deleattr(1) and lizardfs-seteattr(1) are aliases of lizardfs-geteattr(1).

01/25/2024