|
Blue Forest http://www.lslnet.com at 3:18 p.m. on August 18, 2006
Which help us to see her brother can not execute binary file? [root@localhost Document]# more tt.c
#include "Stdio.h>;
Int main (int argc, char *argv[])
{
Printf ( "ok \n");
Return 0
}
Gcc-c -o tt.o tt.c [root@localhost document]#
[root@localhost Document]#. /tt.o
Bash :. /tt.o Enough authority :
[root@localhost Document]# chmod → tt.o
[root@localhost Document]#. /tt.o
Bash :. /tt.o Can not execute binary file :
[root@localhost Document]#
Why does it generated. I have no authority o Document
But not implemented
I used is normal
Become such a problem does not know the |
Which help us to see her brother can not execute binary file? Gcc -o tt tt.c
Chmod → tt
. /tt |
| |