Skip to main content
hi, i'm Mr. Dave!

Background a Terminal Process

If you run a command in the terminal, you can pause it by pressing ctrl+z. To resume that command in the background, run bg. To bring that task back to the foreground later, run fg.