Is the kill function in Linux synchronous? Say, I programatically call the kill function to terminate a process, will it return only when the inten
kill
man 2 kill
man wait
See also man 7 signal for more details about Unix signals.
man 7 signal