Mark Belanger wrote:
> Sam Drinkard wrote:
>
>
> After the process starts, strace it:
>
Correction:
strace -p `ps -ef |grep YourProc |grep -v grep | awk '{print $2}'`
^^
-Mark
Fri Nov 25 16:15:21 UTC 2005
Mark Belanger <mark_belanger at ltx.com>
Mark Belanger wrote:
> Sam Drinkard wrote:
>
>
> After the process starts, strace it:
>
Correction:
strace -p `ps -ef |grep YourProc |grep -v grep | awk '{print $2}'`
^^
-Mark