Skip to main content

System Calls

System calls are the interface between user-space programs and the kernel.

Why It Helps

When logs are insufficient, syscall traces show where a process blocks or fails.

Commands

strace -p <pid>
strace -f -tt -o trace.log <command>