Oracle
1Z0-409 · Question #187
You have to start a process in the bash shell and at the same time want to work in the shell. How would you achieve this without terminating the process?
The correct answer is C. Press [Ctrl] + [z] while the process is running. See the full explanation below for the reasoning.
Question
You have to start a process in the bash shell and at the same time want to work in the shell. How would you achieve this without terminating the process?
Options
- APress [Ctrl] + [y] while the process is running.
- BPress [Ctrl] + [d] while the process is running.
- CPress [Ctrl] + [z] while the process is running.
- DPress [Ctrl] + [c] while the process is running.
How the community answered
(21 responses)- A14% (3)
- C81% (17)
- D5% (1)
Community Discussion
No community discussion yet for this question.