PROBLEM: Sometimes you want to start a process and forget about it. If you start it from the command line, like this: [ad type=”banner”] you can’t close the terminal, or…
How can I close a terminal without killing the command running in it?
2 Articles
2
<command> : Runs the process within the Terminal’s current bash instance, in the background (i.e. the process is listed as a bash background job and stdin, stdout and stderr are…