Answer :
Most of the time, we wait for a command to finish and quit on the Linux terminal.
Short commands or ones that call for user input may benefit from this functionality. However, if a process takes a long time to finish, it can prohibit you from running other tasks.
Although pseudo-terminals can get around this, it becomes a problem in an environment that only uses terminals.
Simply said, a process is a running program's instance. We'll begin by talking about the concept of processes, which is important to Linux systems, and its life cycle.
While discussing this topic, we'll also present some crucial commands that enable us to view running processes in our terminal, including the ideas of parent and child processes.
Learn more about Linux https://brainly.com/question/15122141
#SPJ4