The command that will take a foreground process and suspend it, and then place it in the background as a stopped job is Ctrl+Z. This keyboard shortcut will send a SIGTSTP signal to the foreground process group, which will stop its execution and return control to the shell. The shell will then display the job number and status of the stopped process. To resume the process in the background, you can use the bg command with the job number or % sign. References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-jobs.html
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit