» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 12/20
12.What key combination can you press to suspend a running job and place it in the background?
Answer: ctrl-z

Explanation: You can suspend a currently running job by using the Ctrl + z keystroke. This will stop the job, but it won't end it. The job will be available to be resumed. Note: you can only stop jobs that were started in your current shell.

Reference: http://unix.about.com/library/weekly/aa072301b.htm
« Question 11 Question 13 »