Comment définir l'autorisation d'exécution dans Linux
chmod +x script-name-here.sh #Change the "script-name-here" to the name of your .sh file.
Grepper Creeper
chmod +x script-name-here.sh #Change the "script-name-here" to the name of your .sh file.
chmod 664 *.page
chmod -x script-name-here.sh #Change the "script-name-here" to the name of your .sh file.