This tutorial is about handling processes in terminal. We go through stopping, pausing, resuming and stopping/killing.
In terminal you can run one process at a time, sometimes you don't want to close it to open another process. Sometimes you send process accidentally to background, because z, x and c are so close. Good example is updating, if you have loads of updates and you need all your internet resources for a second. That is the reason why I decided to pick updating for next steps.