Multiple choice Cancel the given process. Include the option -9 to kill a stubborn process. kill <process id> fg <job number> bg <job number> jobs Reveal answer Fill a bubble to check yourself A Correct answer Explanation The kill command is the standard utility for terminating processes in Unix-like systems. Providing a process ID (PID) allows the user to target a specific process for termination.