A Syscall used to replace the current process with another. Replaces the PCB open file descriptors with a different value.
exec()- On success, does not return
- On failure, returns -1 Keeps:
- PID, Parent Process ID
A Syscall used to replace the current process with another. Replaces the PCB open file descriptors with a different value.
exec()