En kolay yol, fg
ön plana çıkarmak için koşmak :
$ help fg
fg: fg [job_spec]
Move job to the foreground.
Place the job identified by JOB_SPEC in the foreground, making it the
current job. If JOB_SPEC is not present, the shell's notion of the
current job is used.
Exit Status:
Status of command placed in foreground, or failure if an error occurs.
Alternatif olarak, bg
arka planda devam ettirmek için koşabilirsiniz :
$ help bg
bg: bg [job_spec ...]
Move jobs to the background.
Place the jobs identified by each JOB_SPEC in the background, as if they
had been started with `&'. If JOB_SPEC is not present, the shell's notion
of the current job is used.
Exit Status:
Returns success unless job control is not enabled or an error occurs.
Eğer yeni vurduysanız Ctrl Z, işi geri getirmek için fg
hiçbir tartışma olmadan çalıştırın .
fg telnet
Yine de yaptığım anda ne olduğunu biliyor musun .Terminated
Muhtemelen öncekikill
cmd b / c dedi .