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
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
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
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
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
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
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