diff --git a/pages/linux/strace.md b/pages/linux/strace.md index 22ba3d4ff..2630fdcc2 100644 --- a/pages/linux/strace.md +++ b/pages/linux/strace.md @@ -21,3 +21,7 @@ - Start tracing a program by executing it: `strace {{program}}` + +- Start tracing file operations of a program: + +`strace -e trace=file {{program}}`