Strace

From wikieduonline
Revision as of 17:20, 8 December 2019 by Welcome (talk | contribs) (Created page with "strace<ref>http://man7.org/linux/man-pages/man1/strace.1.html</ref> is a diagnostic, debugging and instructional userspace utility for Linux that allo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: