Sunday, December 20, 2015

nohup is necessary in Bash?

Check your configuration as follows:

$ shopt
...
huponexit       off
...
$

As you can see, `huponexit` is `off`. So you don't have to use `nohup` in this case.

No comments:

Post a Comment