rm -rf chmodbug;
mkdir chmodbug;
chmod 2755 chmodbug;
stat --print "%a %n\n" chmodbug;
chmod 0755 chmodbug;
stat --print "%a %n\n" chmodbug;
