Forrest logo
back to context overview

extrace

List of commands for extrace:

  • extrace:tldr:18a43 extrace: Print the current working directory of each process.
    $ sudo extrace -d
    try on your machine
    explain this command
  • extrace:tldr:1fdbf extrace: Run a command and only trace descendants of this command.
    $ sudo extrace ${command}
    try on your machine
    explain this command
  • extrace:tldr:4e509 extrace: Trace all program executions occurring on the system.
    $ sudo extrace
    try on your machine
    explain this command
  • extrace:tldr:6100e extrace: Display the user running each process.
    $ sudo extrace -u
    try on your machine
    explain this command
  • extrace:tldr:6e88b extrace: Resolve the full path of each executable.
    $ sudo extrace -l
    try on your machine
    explain this command
back to context overview