> Again, what do you expect to happen? You replace the bash process -- it > goes away. As soon as the man process terminates, your session ends. This > is what `exec' does. >
Thank you. You are right, it was just confusing to see on the screen of Konsole terminal that "bash program was crashed". So bash not doing fork() before exec? It looks like a father process crashes. Crash is always undesired and unexpected behaviour, that's why I wrote. But may be it is some problem with exec family functions. Regards, Michael