| by Scott Kilroy | No comments

How to Trace Program Execution Using Linux Strace Command

The strace is a powerful command-line tool for process monitoring, diagnostic and troubleshooting programs in Linux. Generally, it is used to intercept and record the system calls and the signals received by a process. You can use strace to analyze [...]

The post How to Trace Program Execution Using Linux Strace Command appeared first on LinOxide.

Share Button

Source: LinOxide

Leave a Reply