Kaynağa Gözat

[strace] Add example of tracing file operations

Adam Dobrawy 7 yıl önce
ebeveyn
işleme
911b777839
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      pages/linux/strace.md

+ 5 - 1
pages/linux/strace.md

@@ -18,6 +18,10 @@
 
 `strace -p {{pid}} -T`
 
-- Start tracing a program by executing it:
+-- Start tracing a program by executing it:
 
 `strace {{program}}`
+
+- Start tracing file operations of a program:
+
+`strace -e trace=file {{program}}`