Novell
050-720 · Question #7
You have an online video library. You want to upload a directory of movies. Since this process will take several hours, you want to ensure that the process continues even after the terminal is shut…
The correct answer is B. Add the nohup command in front of the process. D. Run the process inside a GNU Screen-style screen multiplexer. See the full explanation below for the reasoning.
Question
You have an online video library. You want to upload a directory of movies. Since this process will take several hours, you want to ensure that the process continues even after the terminal is shut down or session is closed. What will you do to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.
Options
- AUse the bg command to run the process at the background.
- BAdd the nohup command in front of the process.
- CAdd the nohup command at the end of the process.
- DRun the process inside a GNU Screen-style screen multiplexer.
How the community answered
(42 responses)- A14% (6)
- B79% (33)
- C7% (3)
Community Discussion
No community discussion yet for this question.