Basically: When I, as non-root user, execute the chmod on a file: When do I get permissions denied for that command, and when not? Which property of the file allows or forbids me to change permissions of it?
I assume it is the file-owner, asking here as I'm just struggling a bit to learn about the underlying basic concepts.