PrepAway - Latest Free Exam Questions & Answers

Which command would run “make” in the background?

Which command would run "make" in the background?

A.
make && bg

B.
make ; bg

C.
make &

D.
nohup make

Explanation/Reference:
append & to any command to run it in the background (alternatively use CTRL+Z and bg)

One Comment on “Which command would run “make” in the background?


Leave a Reply