“Ejecutable de chmod” Código de respuesta

cómo hacer un archivo de archivo .sh ejecutable

chmod u+x <fileName>.sh
Excited Emu

Ejecutable de 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

Respuestas similares a “Ejecutable de chmod”

Preguntas similares a “Ejecutable de chmod”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código