what-is-the-command-to-run-the-process-in-background

DWQA QuestionsCategory: Questionswhat-is-the-command-to-run-the-process-in-background
Mish asked 5 years ago

nohub command is used to run the process in the background.

Example :

nohub sh filename.sh

nohub java -jar filname.jar