Timeline for How to terminate a hung process in SSH?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 7, 2013 at 10:32 | vote | accept | Kshitiz Sharma | ||
| Aug 7, 2013 at 10:07 | history | edited | Drav Sloan | CC BY-SA 3.0 |
Add link to wikibooks on job control
|
| Aug 7, 2013 at 10:05 | comment | added | Drav Sloan |
You use the fg command (which defaults to %1, or you can specify the process number - as listed in jobs - as a argument). You can also tell the process to resume "in the background" (as though you issued the command with the & operative) with the bg command.
|
|
| Aug 7, 2013 at 9:51 | comment | added | Kshitiz Sharma | How do I resume a job after pausing it? | |
| Aug 7, 2013 at 9:48 | comment | added | Drav Sloan | A similar question to that was asked on SuperUser: superuser.com/questions/143925/… | |
| Aug 7, 2013 at 9:43 | comment | added | Kshitiz Sharma | What happens if I force terminate a SSH session. Does it remain open on the server? For how long? | |
| Aug 7, 2013 at 9:40 | history | answered | Drav Sloan | CC BY-SA 3.0 |