mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 02:54:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -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,...}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user