Permission denied beim starten von python-script über die bash

# ./scripts/replace-md5sums.py
bash: ./scripts/replace-md5sums.py: Permission denied

replace-md5sums.py hat chmod 600

# ls -l ./scripts/replace-md5sums.py
-rw------- 1 ubuntu ubuntu 661 2011-04-27 16:30 ./scripts/replace-md5sums.py
Die Ausgabe von ls -l für dieses Programm.
hat das Verzeichnis scripts haben die x-Rechte für deinen user ? (so etwas wie dies in der Ausgabe von ls -l drwx r-x r-x)
# ls -l ../ insgesamt 4 drwx------ 1 ubuntu ubuntu 4096 2011-04-27 16:42 meta-Arzt
tun chmod +x scripts
"replace-md5sums.py hat chmod 777" ist falsch. Bitte entfernen Sie es aus der Frage.

InformationsquelleAutor r9s | 2011-04-27

Schreibe einen Kommentar