Have you ever pressed control + z
in terminal and even though your process would stop it’s actually still in the memory and is only paused:
to see a list of paused processes simply type jobs
. To resume type fg
you can also target a specific one like fg 1
Incase you want to have awesome colors in terminal like in the screen shots, check out the ZSH shell tutorial