First page Back Continue Last page Overview

 

Running a Process in the Background

 
  • Running a command in the background allows another process to run concurrently on the same terminal

  • Launch a program as a background process by appending an ampersand (&) to the end of a command:

    • mozilla &