mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
extrace: add page
This commit is contained in:
parent
c39ab84d4b
commit
2578372044
1 changed files with 24 additions and 0 deletions
24
pages/linux/extrace.md
Normal file
24
pages/linux/extrace.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue