Friday, December 16, 2022

Linux - BG

The following is a Linux dictionary word of the day:

bg sends foreground jobs to background.

% refers to previous job.
%n refers to job by a number
%str refers to a job that was begins with the command starting with str.
-help parameter for help.

Example: bg %1

No comments:

Post a Comment