Let's say I have file without execution permission. Now a quick way to open such a file over the CLI is to use xdg-open which uses the system default to open a specific file.
Is it now possible to open files without running permission directly without stating xdg-open?
For example:
./test.pdf
should then open the viewer in case that file doesn't have excecution permission.