Say I run an app from a terminal, but in some cases I want to close the terminal but hope the app keeps running.
Is there anyway to do so in Linux?
I just found that when calling an app via "exec APP", either would be closed if the other was closed.
bg
after the Ctrl+Z (forgot to mention that). – terdon Jan 05 '14 at 15:49