Trace system calls and signals for Linux process debugging
Diagnostic, instructional, and debugging tool for the Linux kernel
strace
$ strace ls -la
$ strace -p 1234
$ strace -c -e trace=file curl https://example.com