Every time 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 doesn't work. I tried octal and =rwx
spelling but the output of ls -l
won't change and I still get errors like: no Permission
if I try to execute a file.
The strange thing is, that I don't get any error message from chmod
itself.
Can someone help me?
I tried using sudo
but it doesn't help. Here is my mount
result for the partition:
/dev/sdb1 on /media/DATEN type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks)
sudo
before changing the permissions? – nopcorn Mar 03 '13 at 20:21