aiden
asked May 11 2017
Answer
Once you hit Control+z your process will be kept in suspended jobs list. So use jobs command to view the suspended jobs. If your process is there, then start using fg command for front-end and for back-end use bg command.
jagannatharumugam
asked May 11 2017
edited Oct 05 2018
how to resume stopped process in linux
While installing i have stopped my process using Control + Z. Is it possible to resume the process??