Re: bash: ./a.out: Permission denied

2011-10-19 Thread Roberto Ragusa
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 R

bash: ./a.out: Permission denied

2011-10-19 Thread Andre Robatino
Joe Zeff zeff.us> writes: > 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 &g

Re: bash: ./a.out: Permission denied

2011-10-19 Thread Bryn M. Reeves
On 10/19/2011 06:08 PM, Joe Zeff wrote: > 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.ou

Re: bash: ./a.out: Permission denied

2011-10-19 Thread Chris Tyler
On Wed, 2011-10-19 at 10:01 -0700, Brian Mury wrote: > On Wed, Oct 19, 2011 at 09:50, shailesh wrote: > > > > when i try to run compiled c program ("./a.out") get error > > bash: ./a.out: Permission denied > > chmod u+x a.out If you *just* built th

Re: bash: ./a.out: Permission denied

2011-10-19 Thread Joe Zeff
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@lists

Re: bash: ./a.out: Permission denied

2011-10-19 Thread Brian Mury
On Wed, Oct 19, 2011 at 09:50, shailesh wrote: > > when i try to run compiled c program ("./a.out") get error > bash: ./a.out: Permission denied chmod u+x a.out -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admi

bash: ./a.out: Permission denied

2011-10-19 Thread shailesh
when i try to run compiled c program ("./a.out") get error bash: ./a.out: Permission denied -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraprojec