nerdexam
Novell

050-720 · Question #189

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. Run the process inside a GNU Screen-style screen multiplexer. D. Add the nohup command in front of the process. 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

  • AAdd the nohup command at the end of the process.
  • BRun the process inside a GNU Screen-style screen multiplexer.
  • CUse the bg command to run the process at the background.
  • DAdd the nohup command in front of the process.

How the community answered

(29 responses)
  • A
    17% (5)
  • B
    76% (22)
  • C
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice