exec Flashcards
1
Q
exec
A
Execute COMMAND, replacing this shell with the specified program.
2
Q
exec
- a name
- c
- l
A
- a name, Pass NAME as the zeroth argument to COMMAND.
- c, execute COMMAND with an empty environment.
- l, Place a dash in the zeroth argument to COMMAND.