Strace

From wikieduonline
Jump to navigation Jump to search

strace[1] is a diagnostic, debugging and instructional userspace utility for Linux that allows to trace system calls and signals.

Examples

  • Strace ps command:
strace -e open ps
  • strace -p MY_PID_NUMBER

See also

Advertising: