Isn't this supposed to work? I changed the ownership to that of my user but it still says "Permission denied".
In order to be able to access a directory you need the execution permission on that directory. say chmod o+x /somedir
Hope this helps.