Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-19 00:18:33 +00:00
parent a9720510d1
commit ee2fe18e61
8 changed files with 9 additions and 9 deletions

View File

@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
> Troubleshooting tool for tracing system calls.
> More information: <https://manned.org/strace>.
- Start tracing a specific [p]rocess by its PID:
- Start tracing a specific process by its PID:
`strace {{[-p|--attach]}} {{pid}}`
- Trace a [p]rocess and filter output by system call [e]xpression:
- Trace a process and filter output by system call [e]xpression:
`strace {{[-p|--attach]}} {{pid}} -e {{system_call,system_call2,...}}`