strace: add example of tracing file operations (#1768)

This commit is contained in:
Starbeamrainbowlabs
2018-01-03 14:07:26 +00:00
committed by GitHub

View File

@@ -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}}`