On OS X, why does sudo ls show hidden files?
It is showing hidden files (that have names starting with a dot) when invoked by root and doesnit show them (as expected) when running as a normal user. This differs from what ls on Linux (the one coming from coreutils) does.Why does ls behave this way?Very interesting answer. I love stuff like this.