0

how to resume stopped process in linux

While installing i have stopped my process using Control + Z. Is it possible to resume the process??

Linux process-accounting Add a comment
aiden
asked May 11 2017

Answer

0

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.

Add a comment
jagannatharumugam
asked May 11 2017
edited Oct 05 2018
Post your Answer