1 Getfacl utility option parsing tests. This test can be run on a
2 filesystem with or without ACL support.
8 $ lfs lgetfacl --omit-header x
14 $ lfs lgetfacl --omit-header --access x
20 $ lfs lgetfacl --omit-header -d x
21 $ lfs lgetfacl --omit-header -d .
22 $ lfs lgetfacl --omit-header -d /
23 > getfacl: Removing leading '/' from absolute path names
25 $ lfs lgetfacl --skip-base x
26 $ lfs lgetfacl --omit-header --all-effective x
32 $ lfs lgetfacl --omit-header --no-effective x
41 The result of "lfs lgetfacl -dR . | grep file | sort" is related with
42 the dentry item order in parent directory. Such order depends on
43 FS implementation. Fix with -P (--physical) option.
44 # $ lfs lgetfacl -dR . | grep file | sort
45 $ lfs lgetfacl -dRP . | grep file | sort
52 # $ lfs lgetfacl -dLR ll | grep file | sort