Strace is a diagnostic and debugging tool for Linux that traces system calls made by a process. Building one teaches you about operating system internals.
Build your own Strace is available with a project breakdown on Coding Challenges.
Strace is a diagnostic and debugging tool for Linux that traces system calls made by a process. Building one teaches you about operating system internals.
Build your own Strace is available with a project breakdown on Coding Challenges.