When I try to exit from my Linux server I get the message:
There are stopped jobs.
: Is there a single command to kill these?
|
|
|
To quickly kill all the jobs running under the bash, enter:
|
|||
|
Try typing this:
|
|||||||||
|
|
The accepted answer would kill all jobs (which is sufficient in this case) and not merely the stopped ones. Should you want to kill only the Stopped ones, run:
|
|||
|
|
|
The easiest way is actually to simply immediately retry the exit; |
|||
|
|
|
|||||||||
|