Cách dễ nhất là chạy fg
để đưa nó lên nền trước:
$ 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.
Ngoài ra, bạn có thể chạy bg
để có nó tiếp tục trong nền:
$ 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.
Nếu bạn vừa đánh Ctrl Z, sau đó để đưa công việc trở lại chỉ cần chạy fg
mà không có đối số.
fg telnet
. Nó nóiTerminated
, có lẽ là b / c củakill
cmd trước đây của tôi .