December 2018
Beginner
320 pages
8h 57m
English
For a program that takes a long time to complete, launching it as a background process (job) is the ideal practice. This frees up the shell, making it available for other tasks. We can execute other commands in the Terminal while a program is running as a background job from the controlling Terminal.
By default, all programs are executed as a foreground job from the Terminal. To start a job in the background from the Terminal, add an and at the end of the command. For example, start a sleep command in the background from a Terminal, as shown in the following screenshot:

Read now
Unlock full access