Most programs, when invoked from the shell, run in the foreground taking over your terminal and preventing you from doing other work without opening a new terminal window. But there’s a better way: bagrounding and foregrounding processes.
This works on both Linux and macOS, however there are slight differences. Here’s a simple example to help you understand how to background and foreground a process…
Continue reading “HOW TO: Background and Foreground Processes”
