Resuming paused process in terminal OSX / Linux

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:

terminal-pause

to see a list of paused processes simply type jobs. To resume type fg you can also target a specific one like fg 1

terminal-resumed

 

Incase you want to have awesome colors in terminal like in the screen shots, check out the ZSH shell tutorial

Leave a Reply