Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

554 bytes added, 13:54, 5 February 2020
INVESTIGATION 2: MANAGING PROCESSES
# Issue the following Linux command: <span style="color:blue;font-family:courier;font-weight:bold">(sleep 400; sleep 500; sleep 600) &</span><br><br>
# Issue the '''jobs''' command. What do you notice?<br><br>
# x Issue the following Linux command: <span style="color:blue;font-family:courier;font-weight:bold">ps</span><br><br>What is the PID of the previously issued Linux command in the background?<br><br># 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>
# After you complete the Review Questions sections to get additional practice, then work on your<br>online assignment 2 and complete section4 labelled: '''Linking files and directories'''.
<br><br>
13,420
edits

Navigation menu