snippetbashTip
extrace — Trace exec() calls. More information: <https://github.com/leahneukirchen/extrace>.
Viewed 0 times
execcommandtraceextracecliinformationcallsmore
linux
Problem
How to use the
extrace command: Trace exec() calls. More information: <https://github.com/leahneukirchen/extrace>.Solution
extrace — Trace exec() calls. More information: <https://github.com/leahneukirchen/extrace>.Trace all program executions occurring on the system:
sudo extraceRun a command and only trace descendants of this command:
sudo extrace {{command}}Print the current working [d]irectory of each process:
sudo extrace -dResolve the full path of each executable:
sudo extrace -lDisplay the [u]ser running each process:
sudo extrace -uCode Snippets
Trace all program executions occurring on the system
sudo extraceRun a command and only trace descendants of this command
sudo extrace {{command}}Print the current working [d]irectory of each process
sudo extrace -dResolve the full path of each executable
sudo extrace -lDisplay the [u]ser running each process
sudo extrace -uContext
tldr-pages: linux/extrace
Revisions (0)
No revisions yet.