Everytime I try to change the permissions of a file with chmod on my Ubuntu with a command like
chmod 744 /media/DATEN/Dokumente/Coding/Python/DirFileFuncts.py it doesnt work. I tried octal and =rwx spelling but the output of ls -l wont change and i still get errors like: no Permission if I try to execute a file.
The curios thing is, that i dont get any error message of chmod itself.
Can someone help me ? Thanks
|
|
|||
|
This is a typical behaviour of a filesystem that doesn't understand access permissions - very likely a (V)FAT partition. This is also indicated by the path The permission problem occurring when trying to run the script could be caused by the If the above is the case (you can verify that in the As a side note, the first option might not work if you your interpreter will try to use |
|||
|
sudobefore changing the permissions? – MaxMackie Mar 3 at 20:21