What key combination can you press to suspend a running job and place it in the background?
Answer Posted / Peeyush Kumar
To suspend a running job and put it in the background, use `Ctrl+Z`. Afterward, you can bring the job back to the foreground using the `fg` command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers