j
k
j a
j l
On 31 December 2013 02:10, Diep, David (OCTO-Contractor) <David.Diep at dc.gov>wrote:
Would I just execute the strace like so: strace ./xymon.sh
Would I just execute the strace like so:
strace ./xymon.sh
No, find the PID of the process, and specify with "-p", like so:
strace -p 24914
J
Back to the thread
Back to the list