mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 00:50:01 +00:00
Update cheatsheets
This commit is contained in:
29
linux/extrace
Normal file
29
linux/extrace
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user