Page 1 of 1

You have an online video library. You want to upload a directory of movies. Since this process will take several hours,

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
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?

A. Use the bg command to run the process at the background.
B. Add the nohup command in front of the process.
C. Add the nohup command at the end of the process.
D. Run the process inside a GNU Screen-style screen multiplexer.