I have an application that is built as an app bundle. I open a new terminal window, and launch the application through ./. When I do this, the application UI is launched and some application logs are printed on the terminal. If I want to detach my application process from the terminal, how can the same be achieved such that I can close the terminal and my application keeps running. Basically, how do we ‘detach’ from the parent console once we have detected that we WERE started from the parent console ?