Name

&

Placed at the end of a command line, the ampersand causes the given command to run as a background job.

$ emacs myfile &
[2] 28090

The shell’s response includes the job number (2) and the process ID of the command (28090).

Get Linux Pocket Guide, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.