13,420
edits
Changes
→INVESTIGATION 2: MANAGING PROCESSES
# Issue the following Linux command (using the PID number instead of "PID"):<br><span style="color:blue;font-family:courier;font-weight:bold">kill PID</span><br><br>'''NOTE:''' You may need to issue the kill -9 PID command if the previous commands did not work.<br><br>
# Issue the '''jobs''' command to confirm there are no processes running in the background.<br><br>
<br>