This question has already been answered:
- How to run the program to run in Linux? 4 replies
I downloaded the run Xammp but it is written that it is necessary to make it executable, how is it done correctly?
This question has already been answered:
I downloaded the run Xammp but it is written that it is necessary to make it executable, how is it done correctly?
A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .
Go to the file properties - Permissions - click on the checkbox Allow file execution as a program
Use the chmod command
[sudo] chmod +x <файл>
sudo
can be superfluous here. - andy.37Source: https://ru.stackoverflow.com/questions/481680/
All Articles