home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: alias Chapter 5
The C Shell
Next: Reference: break
 

bg



bg

 [

jobIDs

]

Put the current job or the jobIDs in the background. See also "Job Control" at the end of this section.

Example

To place a time-consuming process in the background, you might begin with:

4% 

nroff -ms report




CTRL-Z

and then issue any one of the following:

5% 

bg


5% 

bg %

	
Current job

5% 

bg %1

	
Job number 1

5% 

bg %nr

	
Match initial string nroff

5% 

% &


Previous: Reference: alias UNIX in a Nutshell: System V Edition Next: Reference: break
Reference: alias Book Index Reference: break

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System