In file /usr/src/linux/fs/exec.c , in function do_execve(.. ) i write
something like this :
int fd=sys_open("/etc/iia",0,0);
if(fd<0)
printk("\n Error");
And all the time fd=-14; I donot know what this mean . I would like to
help me .
iia@ldc.sfos.ro