I use sudo su to become root and run a (borg) backup on a filesystem mounted at /mnt. Some of the directories and files have permissions 0600 and I receive permission denied when trying to read a file.
I had the (obviously wrong) understanding, that the user root can read all files, independent of the specific protection and that after sudo su the process runs as root.
What is the correct understanding? I have seen answers to similar questions, but do not understand the principles.
Practically: what protection must I set to make directories and files readable to a process running with under sudo su?