Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created April 1, 2015 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShahriyarR/183bf28d1167271f70ca to your computer and use it in GitHub Desktop.
Save ShahriyarR/183bf28d1167271f70ca to your computer and use it in GitHub Desktop.
x=1; while [ $x = 1 ]; do process=`pgrep -u fake`; if [ $process ]; then x=0; fi; done; strace -o /home/fake/strace5.txt -vvtf -s 256 -p $process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment