Closed mbekkomo closed 2 months ago
The command exec doesn't replace the current process, instead it creates a new process.
exec
> exec bash [komo@catputer:~]$ exit exit > hilbish.exec"bash" [komo@catputer:~]$ exit exit
The command
exec
doesn't replace the current process, instead it creates a new process.