Node.js ChildCreation

Node.js ChildCreation

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

create a child exec() parameters

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (6)

Section 1

(6 cards)

create a child exec() parameters

Front

command options callback

Back

fork() options

Front

cwd env execpath execArgv silent uid gid

Back

spawn() options

Front

cwd env stdio customFds detached uid gid

Back

exec() options

Front

cwd env encoding shell timeout maxBuffer killSignal uid gid

Back

creat a child

Front

exec spawn fork

Back

create a child spawn() parameters

Front

command(string) args(array) options(objects)

Back