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?

Reported as a duplicate by participants aleksandr barakin , LEQADA , Abyx , Qwertiy , Saidolim Jan 11 '16 at 17:58 .

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 .

  • one
    man chmod. Or without going into details chmod a + x filename - Vladimir Martyanov

2 answers 2

Go to the file properties - Permissions - click on the checkbox Allow file execution as a program

    Use the chmod command

    [sudo] chmod +x <файл> 
    • Only sudo can be superfluous here. - andy.37
    • @andy, I think you're right, removed. - Alexcei Shmakov