child_process.exec(command[, options][, callback])
child_process.execFile(file[, args][, options][, callback])
child_process.fork(modulePath[, args][, options])
child_process.spawn(command[, args][, options])
child_process.execFileSync(file[, args][, options])
child_process.execSync(command[,...