CompTIA Linux+ XK0-005 – Question113

A systems technician is working on deploying several microservices to various RPM-based systems, some of which could run up to two hours. Which of the following commands will allow the technician to execute those services and continue deploying other microservices within the same terminal section?

A.
gedit & disown
B. kill 9 %1
C. fg %1
D. bg %1 job name

Correct Answer: A