Possible Duplicate:
How to 'chmod' on an NTFS ( or FAT32 ) partition?
I am a beginner on ubuntu 11.10,
I want to execute some program named ./Pro but when i try:
$ ./Pro
I get the following error:
$Bash: ./Pro : Permission Denied.
When I try to change the permissions, by running: $sudo chmod +x Pro, nothing changes!
In fact when I do $ls -l Pro the result is:
$-rw------- 1 hafez hafez 7251 2012-03-19 07:44 Pro
How can I run my file?