nerdexam
Novell

050-720 · Question #146

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. C. 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.
  • CRun the process inside a GNU Screen-style screen multiplexer.
  • DAdd the nohup command at the end of the process.

How the community answered

(41 responses)
  • A
    5% (2)
  • B
    83% (34)
  • D
    12% (5)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice