Write one trace file per process and follow forks.
Section: Tracing System Calls and Libraries
Trace child processes too
bash
bash
strace -ff -o trace ./serverExplanation
Write one trace file per process and follow forks.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Tracing System Calls and Libraries