strace: add example of tracing file operations (#1768)
This commit is contained in:
@@ -21,3 +21,7 @@
|
|||||||
- Start tracing a program by executing it:
|
- Start tracing a program by executing it:
|
||||||
|
|
||||||
`strace {{program}}`
|
`strace {{program}}`
|
||||||
|
|
||||||
|
- Start tracing file operations of a program:
|
||||||
|
|
||||||
|
`strace -e trace=file {{program}}`
|
||||||
|
Reference in New Issue
Block a user