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