What tool do we use to capture system calls?
strace
make
gcc
./exec
strace is used to trace system calls invoked by a running program.