Timeline for exit ssh and still have a command running? [duplicate]
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 25, 2017 at 22:45 | comment | added | Gilles 'SO- stop being evil' | Please ask one question at a time. I have closed your question as a duplicate for the first question in your post, which is what the answers here were about. The second question, “How can remote command cause strain on local machine?”, cannot be answered, it needs more information from you. Copy-paste the commands you run, and look at the output of top or htop to see what is using CPU time. Ask a new question about this, with the information that we requested. | |
| May 25, 2017 at 22:43 | history | closed | Gilles 'SO- stop being evil' ssh Users with the ssh badge or a synonym can single-handedly close ssh questions as duplicates and reopen them as needed. | Duplicate of Keep processes running after SSH session disconnects | |
| May 25, 2017 at 22:43 | history | edited | Gilles 'SO- stop being evil' |
edited tags
|
|
| May 25, 2017 at 13:22 | answer | added | trosos | timeline score: 3 | |
| May 25, 2017 at 13:18 | answer | added | Caleb Huggins | timeline score: 3 | |
| May 25, 2017 at 13:14 | comment | added | sanjihan | The command: for i in *.png; do for pos6 in *.png; do gm composite $i $pos6 overlays/${i/.png/}/${i/.png/}${pos6/.png/}.png ; done; done . I use ssh command to connect to server | |
| May 25, 2017 at 13:02 | comment | added | ryekayo | You can also use nohup to run the command.. | |
| May 25, 2017 at 12:39 | comment | added | Yaron | take a look here | |
| May 25, 2017 at 12:39 | comment | added | Satō Katsura |
There are many ways to do that. The simplest is probably to use tmux or screen.
|
|
| May 25, 2017 at 12:34 | comment | added | EightBitTony |
Can you show us what you're running, i.e. show us how you connect and the for loop that is being executed.
|
|
| May 25, 2017 at 12:24 | history | asked | sanjihan | CC BY-SA 3.0 |