1. Computing & Technology
Foreground Process
<Linux Glossary>

 Related Terms
• Background Process
 
 

Definition:

A foreground process is different from a background process in two ways:

  1. Some foreground processes show the user an interface, through which the user can interact with the program.
  2. The user must wait for one foreground process to complete before running another one.

To start a foreground process, enter a command at the prompt, e.g.,

$ command1

The next prompt will not appear until command1 finishes running.

Also Known As: Foreground Command.

<Linux Glossary>

 

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.