Skip to main content
Home
badllama.com
  • Search
  • Log In

Useful strace commands

bchavet's picture

Thu, 11/03/2016 - 14:48 by bchavet

Capture a command's conversation with a local socket

strace -e trace=read,write -f -s 2048 <command>
Powered by Backdrop CMS