8 chmod - Call system's chmod(1) just warns if one of the files have ACL permissions set.
15 declare -a argv
=("$@")
21 --reference|
--reference=*|
-[rwxXst
]|
-[ugo
])
28 if [ $shiftparam -gt 0 ]
32 if [ -n "$(getfacl --skip-base --physical --numeric --omit-header --absolute-names "$1" 2>/dev/null)" ]
34 echo "${0##*/}: $1: Warning, the file has ACL records" >&2
42 exec -a chmod /bin
/chmod "${argv[@]}"