when encountering dirs missing the executable bit, du used to spit out an 
error but continue on its way ... with the new version though, the error 
forces premature failure with an helpful message :(

for example, this dir structure as a non-root user:
rm -rf foo
mkdir -p foo/{a,b,c}
touch foo/a/asdf

here is coreutils-5.94:
$ du
du: `./b': Permission denied
1       ./c
1       ./a
3       .

here is coreutils-6.4:
$ du
du: fts_read failed: Permission denied
-mike

Attachment: pgpRcRULiHBKO.pgp
Description: PGP signature

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to