[Linux] the solution to the problem of “there are stopped jobs” in Linux
After executing a command with the administrator, I use Ctrl + Z to transfer the command to the background. I couldn’t quit root<
input command: logout
terminal display: there are stopped jobs.
solution:
input command: jobs
terminal display: [1] + stopped VIM/etc/network/interfaces & gt/ Home/LEO/desktop/ip.txt (WD: /)
I haven’t seen the PID of the process for a long time, so I can’t kill it
continue to enter the command: jobs – L
terminal display: [1] + 4664 stop VIM/etc/network/interfaces & gt/ Home/LEO/desktop/ip.txt (WD: /)
when you see 4664, this is PID
now start killing it:
enter the command: kill 4664
the terminal is not displayed. ok。
Then check with jobs command to confirm that it has been killed
Similar Posts:
- Yarn configures multi queue capacity scheduler
- [Solved] Could not install packages due to an Environment Error: [Errno 13] Permission denied
- Linux userdel: user xiaoming is currently used by process 4713
- Windows: SSH-add Error connecting to agent: No such file or directory [Solved]
- Failed to create symbolic link ‘/usr/bin/utserver’: File exists with Error: Cannot find…
- Linux Login MYSQL Error: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Can’t connect to X11 window server using ‘:1.0’ as
- [Solved] Telnet Error: Connection closed by foreign host
- MySQLAccess denied for user ‘root’@’localhost’ [How to Solve]
- sudo: /etc/sudoers is world writable sudo: no valid sudoers sources found, q…