Tagged Questions
1
vote
3answers
207 views
Fork(): Dont return from child until it's terminated
I'm having some troubles with fork() and that kind of things.
I'm developing a shell, where the user can write commands that whill be executed as in a normal and common shell.
I have a main function ...