system permissions
Any application will run as a particular user, presumably the user who ran the program. The application then has the permissions of that that user.
Files have owners. Some files are owned by root, some by system, some by other individual users, and so on.
From the Linux shell, I cannot access a particular file if I am just a regular user. But if I change to being the user "system" (by entering "su system" on a rooted device) I can now access that file.
If I want to access a file owned by "system", can I do that from B4A?