13,420
edits
Changes
→INVESTIGATION 2: MANAGING PROCESSES
# Press the key combination: <span style="color:blue;font-family:courier;font-weight:bold"><ctrl><c></span><br><br>You should notice that the process that was running in the foreground has been interrupted (i.e. terminated).<br>'''NOTE:''' The '''ctrl-c''' key combination sends '''SIGINT''' ('''Signal Interrupt''') to terminate a process that is running.<br><br>
# Reissue the Linux command: <span style="color:blue;font-family:courier;font-weight:bold">sleep 200</span><br><br>
# Press the key combination: <span style="color:blue;font-family:courier;font-weight:bold"><ctrl><z></span><br><br>You should notice that the process that was running in the foreground has been interrupted (i.e. terminated).<br>'''NOTE:''' The '''ctrl-c''' key combination sends '''SIGINT''' ('''Signal Interrupt''') to terminate a process that is running.<br><br>