Typing exit or logout in a Linux shell sometimes says “There are stopped Jobs” because pressing Ctrl+Z caused the program or process to suspend. It can be enabled by command typing or run in the background.
Enter the command JOBS in the shell to see a list of stopped processes
Enter the command JOBS-l to display a detailed list of stopped processes
A stopped process can be killed or activated with the following command:
Kill: Kill %1 (%1 is the process number of the job to be killed)
Activation: fg %1 (%1 is the process number of the job to be activated)
Fg represents foreground, which wakens the process of suspended
Enter the command JOBS in the shell to see a list of stopped processes
Enter the command JOBS-l to display a detailed list of stopped processes
A stopped process can be killed or activated with the following command:
Kill: Kill %1 (%1 is the process number of the job to be killed)
Activation: fg %1 (%1 is the process number of the job to be activated)
Fg represents foreground, which wakens the process of suspended
Read More:
- Solutions to the problem of vulnerable missing firmware in Ubuntu
- Solution to the problem that listen TCP 0.0.0.0:3306: bind: address already in use port is occupied in Linux centos7
- 2、 Solutions to the problem of flash back in vs2017
- Problems and solutions in using Linux
- Solutions to the problem of “Autowired cannot be resolved to a type” in eclipse Maven project
- Solutions to the problem of cannot find existing pyqt5 plugin directories encountered in pyinstaller packaging
- Solutions to the problem of “collect2.exe: error: LD returned 1” exit “status when writing C + + with vscode
- Solutions to the problem of using sudo caused by Ubuntu’s wrong modification of sudoers
- Linux common problems and Solutions
- Compiler problem, error: ‘for’ loop initial declarations are only allowed in C99 mode
- Docker encountered a problem 4: yaml: Line 1: mapping values are not allowed in this context
- Common problems and solutions under Linux
- Solutions to the problem that CodeBlocks cannot be used
- Summary of solutions to open flash back problem after Python packaging
- Some solutions to the problem of windows flashback after vs running
- Solutions to the problem of turtle.terminator
- [failed to configure website XXXXXX to use ASP.NET 4.0。 For this site to work correctly, you must manually configure it to use ASP.NET 4.0] solutions to the problem
- The solution to the problem is different from other solutions
- Solution to the problem of multiple parameters when using pipeline under Linux
- Attributeerror occurs when Linux uses pool:__ exit__ Solutions