Jelajahi Sumber

strace.md: Added option to start an executable (#979)

* updated strace.md with starting a program

* fixed errors, and followed same `` guide

* removed extraneous space
Kyle Sweeney 8 tahun lalu
induk
melakukan
111d8aae0f
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      pages/linux/strace.md

+ 4 - 0
pages/linux/strace.md

@@ -17,3 +17,7 @@
 - Show the time spent in every system call:
 
 `strace -p {{pid}} -T`
+
+- Start tracing a program by executing it:
+
+`strace {{program}}`