Summary
In this chapter, we learned how to run and spawn new processes in the system, and we learned about how these spawned processes communicate with the operating system. We also discussed the subprocess module and the subprocess
call.
In the next chapter, we will see how to run and execute commands on remote hosts.