Skip to content

Instantly share code, notes, and snippets.

@fhunleth
Created December 19, 2018 17:22
Show Gist options
  • Save fhunleth/4fec1282c8ffc51d4a306c02d01787bc to your computer and use it in GitHub Desktop.
Save fhunleth/4fec1282c8ffc51d4a306c02d01787bc to your computer and use it in GitHub Desktop.
strace cheatsheet

Only trace calls to exec

strace -s 1024 -e abbrev=none -qfeexecve <program and args>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment