Linux process in background - “Stopped” in jobs?

后端 未结 4 573
北海茫月
北海茫月 2020-12-13 09:04

I\'m currently running a process with the & sign.

$ example &

However, (please note i\'m a newbie to Linux) I realised

4条回答
  •  轮回少年
    2020-12-13 09:46

    Yes it really is stopped and no longer working in the background. To bring it back to life type fg job_number

提交回复
热议问题