Skip to main content
badllama.com
Search
Log In
Useful strace commands
Capture a command's conversation with a local socket
strace -e trace=read,write -f -s 2048 <command>