Skip to content

Instantly share code, notes, and snippets.

@mrvaldes
Created July 26, 2018 18:13
Show Gist options
  • Save mrvaldes/6a4cf1b69aa97e27b6eee14e3c982636 to your computer and use it in GitHub Desktop.
Save mrvaldes/6a4cf1b69aa97e27b6eee14e3c982636 to your computer and use it in GitHub Desktop.
strace uses
# forgot to redirect output to log:
strace -f -p <pid> -e write 2>&1 | tee /tmp/log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment