1 The cp utility should only copy ACLs if `-p' is given.
7 $ setfacl -m u:bin:rw f
8 $ ls -l f | awk -- '{ print $1 }'
12 $ ls -l g | awk -- '{sub(/\\./, "", $1); print $1 }'
17 $ ls -l f | awk -- '{ print $1 }'
28 Use to be "$setfacl -R -m u:bin:rwX h", but RHEL4 uncorrectly set the x flag,
29 so we change to the following test
31 $ setfacl -R -m u:bin:rwx h
32 $ getfacl --omit-header h/x
41 $ getfacl --omit-header i/x