Multiple choice

Which command kills the job number 1?

  1. fg%1

  2. kill 1

  3. kill%1

  4. jobs

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 This command kills the job number 1.