[Toybox] this week in weird coreutils stuff: chmod

enh enh at google.com
Tue May 28 06:00:05 PDT 2024


apparently chmod allows something like

  chmod u+rwX-s,g+rX-ws,o+rX-wt

as a (far less readable!) synonym for

  chmod u+rwX,u-s,g+rX,g-ws,o+rX,o-wt

i'm told that toybox silently accepts the former too, but does not
interpret it as if it means the latter?


More information about the Toybox mailing list