Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/shell/jobz3.2.html
Дата изменения: Fri Jan 17 12:43:21 1997 Дата индексирования: Mon Oct 1 23:34:31 2012 Кодировка: Поисковые слова: active galaxy |
To run a foreground process as a background job:
1. Suspend the foreground process.
2. Enter the bg (background) command to move the process into the background.
For example:
lpr -Pps23 part[1-8].ps ^Z Stopped bg [1] lpr -Pps23 interface.ps & jobs [1] Running lpr -Pps7 interface.ps
This starts a foreground process to print several files. The process is then stopped and the job moved into the background. The state of this job is then checked.