Operating System - HP-UX
1752777 Members
6171 Online
108789 Solutions
New Discussion

redirect a tracefile to a null device

 
Dennis Handly
Acclaimed Contributor

Re: redirect a tracefile to a null device

>WITHOUT stopping the process

Does this mean killing the process? You can suspend and resume the process with:
kill -STOP
kill -CONT

Or is it real time and any suspension will mess it up?