Run a Process in the Foreground or the Background
Sunday, November 11, 2012
To run a process in the background:
[command] &
To suspend a foreground process and place it in the background, use the following steps:
- Press CTRL+Z
- Enter: bg
To bring this background process to the foreground again,
- enter: fg