
extrace
List of commands for extrace:
-
extrace:tldr:18a43 extrace: Print the current working directory of each process.$ sudo extrace -dtry on your machineexplain this command
-
extrace:tldr:1fdbf extrace: Run a command and only trace descendants of this command.$ sudo extrace ${command}try on your machineexplain this command
-
extrace:tldr:4e509 extrace: Trace all program executions occurring on the system.$ sudo extracetry on your machineexplain this command
-
extrace:tldr:6100e extrace: Display the user running each process.$ sudo extrace -utry on your machineexplain this command
-
extrace:tldr:6e88b extrace: Resolve the full path of each executable.$ sudo extrace -ltry on your machineexplain this command