Pages

Monday, January 1, 2018

How to run command after closing terminal


Sometime we required to run some services, if we disconnect terminal they run continually.

This is very simple use & at the end of command.

$ java - jar product.jar &

this will run product.jar after disconnecting terminal 

No comments:

Post a Comment