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
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