Multiple choice

Cancel the given process. Include the option -9 to kill a stubborn process.

  1. kill <process id>

  2. fg <job number>

  3. bg <job number>

  4. 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.