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
This commit is contained in:

committed by
Leandro Ostera

parent
29b0d77e29
commit
111d8aae0f
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user