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.
Source: Linux Today – How to trace system calls made by a process with strace on Linux
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.
Source: Linux Today – How to trace system calls made by a process with strace on Linux