Tagged Questions
2
votes
1answer
213 views
There is no bash indicator prompt after a forked process terminates
I am reading the book Advanced Programming in the Unix Environment.
There is a test program to test the fork function. It works well in my Ubuntu. But what I confused is that why there is no command ...