Truss using a process id

Friday, December 28, 2012 0 Comments

Many a times we may require to run truss command on a running process to know its system calls. Below is one way of doing it. We just need the process id here.

truss -o out_file -p pid

0 comments: