/strace

Primary LanguageC

strace traces a program in real time and displays all of the system calls it executes in their order of appearance.

Options:

• -p: force a specific PID instead of executing a command

• -s: display the detailled arguments.

• --help: display help