On 10/19/2011 09:50 AM, shailesh wrote: > when i try to run compiled c program ("./a.out") get error > bash: ./a.out: Permission denied Files aren't automatically executable under Linux. chmod u+x a.out ./a.out will get you what you want. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines