📅 October 23, 2020

HOW TO: Background and Foreground Processes

learn how to background and foreground a process to help you better multitask in the terminal ( Linux & macOS )

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”