Created
April 24, 2018 17:13
-
-
Save thiagosf/f4e64d1c90dfdce9aee18b90d30dd1b2 to your computer and use it in GitHub Desktop.
Trace process log, change <PID> by pid number
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
| sudo strace -p<PID> -s9999 -e write |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment