1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/extrace.md
2019-11-30 13:38:53 +05:30

24 lines
458 B
Markdown

# extrace
> Trace exec() calls.
> More information: <https://github.com/chneukirchen/extrace>.
- Trace all program executions occurring on the system:
`sudo extrace`
- Run a command and only trace descendants of this command:
`sudo extrace {{command}}`
- Print the current working directory of each process:
`sudo extrace -d`
- Resolve the full path of each executable:
`sudo extrace -l`
- Display the user running each process:
`sudo extrace -u`