So, I have a little problem with Linux, geez, which will teach me how to spend so many years on Windows. Anyway, I made a small java application, a beautifully wrapped Java Wrapper script, but when I ran this script:
sh ./wrapper.sh console
I immediately get permission. The permission denial message is:
eval: 1: /home/user1/MyApp/bin/wrapper: Permission denied
My small wrapper.sh file is located in the MyApp / bin folder. The MyApp / bin / wrapper directory contains 2 files:
- wrapper-linux-x86-32
- wrapper-linux-x86-64
As a test, I ran the following chmod command:
chmod a=rwx MyApp -R
I checked that everything was rwx, even in subfolders, and tried to run the script again, with the same result ... permission was denied.
Does anyone have an idea of โโwhat I could try to make this baby?
Thank you Lancelot
linux shell permissions wrapper permission-denied
Lancelot
source share