Very strange problem recently.. I used to do a cd /var/log/lighttpd and then tail -f access.log to watch the visitors come and go.. Well I can't even get into that directory anymore.. I have to sudo su to even go in there.. I think I have the permissions set correctly:
drwxr-xr-- 2 www-data www-data 4096 Mar 7 06:25 lighttpd
That would seem to indicate all users have read access.. Right?
But when I try, I get this:
-bash: cd: lighttpd/: Permission denied
This problem just appeared one day.. I haven't rebooted the thing in 2 months, so I'm really puzzled as to what changed.. Suggestions?