- to be run sequentially
| description | command |
|---|---|
| run python script | python xx.py |
| run the following command : this pauses the process | CTRL + Z ( this works for ubuntu server) |
| put the process in background | bg |
| make sure that process is running | jobs |
| disown the process from local terminal | disown |
- now do whatever you want. process is running remotely.