When you type `./app.exe` in the terminal, how does the OS run it?
The OS System Call that creates a new process by duplicating the calling process.
If the clone is identical to the Shell, how do we run the new app?
| PID | PPID | Name | State |
|---|---|---|---|
| 1001 | 1 | bash (Shell) | RUNNING |