How to run Blender on Linux from command line without admin permissions from command line?

Solution 1:

Files, regardless of their contents, are only allowed to be executed if you have the x permission on them.

If you're the owner of the file, use chmod to change its permissions:

chmod a+x blend