On 8/10/2011 10:06 PM, Joe Zeff wrote: > On 08/10/2011 08:57 PM, shailesh wrote: >> #include<stdio.h> >> int main() >> { >> printf("hello"); >> return 0; >> } >> >> >> [tommy@tommy cprog]$ gcc hello.c > chmod o+x a.out >> [tommy@tommy cprog]$ ./a.out >> bash:./a.out : Permission denied On F14 x86-64 (more info on request): [paul@yoyo ~]$ vim hello.c [paul@yoyo ~]$ more hello.c #include<stdio.h> int main() { printf("hello"); return 0; } [paul@yoyo ~]$ gcc hello.c [paul@yoyo ~]$ ls -F a.out a.out* [paul@yoyo ~]$ ls -Falt a.out -rwxrwxr-x. 1 paul paul 6435 Aug 10 22:32 a.out* I am seeing a gcc make a.out a+x ... unless I am mistaken, we should be asking why isn't OP ??? Paul -- 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