6 ms·
Normally Ctrl-Z will pause a process and it will be kept as a background job. Type 'jobs' in your prompt to see running jobs. If there is only one a '%' will b
by blackRust 15y ago
Normally Ctrl-Z will pause a process and it will be kept as a background job.
Type 'jobs' in your prompt to see running jobs.
If there is only one a '%' will bring to foreground the last job, otherwise you can do 'fg x' where 'x' is the job number.