Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SrivastavaKshitij/1be3ca5f1fca9f2ba3de0724b51d5ef3 to your computer and use it in GitHub Desktop.
Save SrivastavaKshitij/1be3ca5f1fca9f2ba3de0724b51d5ef3 to your computer and use it in GitHub Desktop.
Running process remotely and independently

Running the program on server remotely

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment