Background run, nohup, &

By | May 7, 2021
Share the joy
  •  
  •  
  •  
  •  
  •  
  •  

nohup, means “no hangup”. Means even logout, let it run.

&, run in background.

For instance:

nohup java -jar abc.jar &