While doing execl from child, code runs fine but it does not return to shell prompt. I need to press any key for that. What might be the reason for it.
This is a condition of zombie process, you have to use wait system call in the parent process to wait for the child to finish its execution alternatively .
Hi, in the notes there are various kernel structures and functions implementations.I couldn't find all of them. Is there any general path or general approach to find the required kernel data structures and functions?