fileattr requires group write access

This commit is contained in:
treadway 2001-01-11 19:59:07 +00:00
parent 7921dfa558
commit 5544eaf014

View File

@ -225,3 +225,4 @@ done
for i in $(find . -type f);do
chmod a-w,o-rx $i
done
find . -name fileattr -exec chmod ug+rw {} \;