bg
恢复被挂起的任务(如. 使用 <Ctrl z>),使它们在后台运行。 更多信息:https://www.gnu.org/software/bash/manual/bash.html#index-bg.
<Ctrl z>
jobs -l
bg %{{job_id}}