If you run into a file that you need to and are ready to modify and you can't modify it now, just do this:
 cd /bcn/htdocs/bcn
 mv file /tmp
 cp /tmp/file .
This will make you the owner of a new copy of the file, and you can do with it what you will.