Multiple choice How can we invoke new process execution by which unix command? nohup execute() exec() kill Reveal answer Fill a bubble to check yourself C Correct answer Explanation The exec() is used to execute new process in Unix.