nark: 1
(34)
Multiple Choices
Total Marks: 50
Vol 8
Font: Microsoft Sans Serif
Size: 10
Time Left:53:55
(Choose 1 answer)
If the child_process module methods are in scope, what is a current way to execute the command ps -ef using a child process?
A. spawn("ps -ef")
B. exec("ps -ef")
C. exec("ps", "-ef")
D. fork("ps -ef")