当前位置首页 > Linux知识

在linux中出现therearestoppedjobs的解决方法

阅读次数:400 次  来源:admin  发布时间:

[1] + Stopped lear

You can kill this stopped job by typing:

kill %1 (where %1 is the number of the jo

to be killed>

Or you can make the program active again by typing:

fg %1 (where %1 is the number of the job)

fg stands for foreground. (You are bringing the program from suspended status back to the foreground.) Once brought back to the foreground, you can continue the program or quit in a normal manner.
上一篇:如何安装Gitlab在Debian8(Jessie)
下一篇:linux查询大文件