You’re familiar with that ab command, you know how to trace a process with strace, so the question now becomes, “How do we introduce failure into a syscall for the System X binary?” Fortunately, strace makes it easy through the use of the -e flag. Let’s learn how to use the ...