in reply to Checking permissions on server

If you're root, then if we ignore platform-specific additions (like setting a file immutable, see chattr(1) on Linux for example) you can read or write any file.

I would like to take the opportunity to plug my module File::Find::Rule::Permissions :-) It makes it pretty easy to find files or directories based on whether a given user (not necessarily the current user) can read or write them.