UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: 1.26 What a Multiuser System Can Do for You Chapter 1
Introduction
Next: 1.28 Some Gotchas with Background Processing
 

1.27 How Background Processing Works

Remember that the shell sits there listening to what you type, and calling other programs to do jobs that it doesn't have built-in commands to do.

Normally, when the shell calls another program, it waits for the other program to finish. All the ampersand (&) at the end of a command line does is tell the shell not to wait.

Both the Bourne shell and the C shell allow background processing. But, on UNIX systems that have job control (12.1), the C shell, bash and ksh give you a lot of extra capabilities for manipulating background processes.

Here's the tip of the iceberg:

- TOR


Previous: 1.26 What a Multiuser System Can Do for You UNIX Power ToolsNext: 1.28 Some Gotchas with Background Processing
1.26 What a Multiuser System Can Do for You Book Index1.28 Some Gotchas with Background Processing

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