Truss using a process id
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
Friday, December 28, 2012 truss 0 Comments
truss -o out_file -p pid
0 comments: