“EXECTATION CHMOD” Réponses codées

Comment rendre un fichier .sh exécutable

chmod u+x <fileName>.sh
Excited Emu

EXECTATION CHMOD

# Mark the file as executable
chmod +x filename.sh

# Then execute the file with
./filename.sh

### Suggestions
# 755 - Owner has all, and Group and Other can read and execute
# 700 - Owner has all
# 644 - Owner can read and write, and Group and Other can read
# 600 - Owner can read and write
# 777 and 666 are rarely used, except in /tmp.
AttractivePenguin

Réponses similaires à “EXECTATION CHMOD”

Questions similaires à “EXECTATION CHMOD”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code