bash: ./a.out: Permission denied

Roberto Ragusa mail at robertoragusa.it
Wed Oct 19 20:29:28 UTC 2011


On 10/19/2011 06:50 PM, shailesh wrote:
> when i try to run compiled c program ("./a.out") get error
> bash: ./a.out: Permission denied

Another explanation: you are working in a FAT filesystem,
which is discarding execution bits (mounted with noexec?).

-- 
   Roberto Ragusa    mail at robertoragusa.it


More information about the users mailing list