.profile/notebook/Linux/Tools/strace.md

8 lines
144 B
Markdown
Raw Normal View History

2022-03-21 12:38:01 +00:00
---
tags: terminal debugging security
---
2022-03-21 12:29:49 +00:00
2022-03-21 12:38:01 +00:00
# strace
2022-03-21 12:29:49 +00:00
trace system calls and signals
[Tutorial](https://www.howtoforge.com/linux-strace-command/)