sys/user time & childs sys/user time in linux
Based on example 8.31 of APUE, suppose the following code. This example shows user/sys time of a process and also user/sys times of child processes for each command (passed as argvs)
fork handling by if vs switch in gcc
Is there any differences between following two methods, for fork handling. I thought there exist no differnces but I saw some difference when using pipe (for reading file content)