1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

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
commit 8852a79cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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