Node.js - Child Processes
In Node.js, what is the primary role of the
execFile method from the child_process module?execFile method from the child_process module?execFile function runs an executable file directly without using a shell, which improves security and performance.exec, execFile does not spawn a shell, so shell features like expansion are not available.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions