Created
July 26, 2018 18:13
-
-
Save mrvaldes/6a4cf1b69aa97e27b6eee14e3c982636 to your computer and use it in GitHub Desktop.
strace uses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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