LXer: How to trace system calls made by a process with strace on Linux
by LXer from LinuxQuestions.org on (#56ZGT)
Published at LXer:
There are times when it's useful to inspect what a running application is doing under the hood, and what system calls it is performing during its execution. To accomplish such a task on Linux, we can use the strace utility. In this article we will see how to install it and we will learn its basic usage.
Read More...


There are times when it's useful to inspect what a running application is doing under the hood, and what system calls it is performing during its execution. To accomplish such a task on Linux, we can use the strace utility. In this article we will see how to install it and we will learn its basic usage.
Read More...