So I ran tcpdump twice overnight by accident, both outputting to the same file. However, I ran them as jobs and one of them has been paused the whole time. Anyone have a recommendations on how to keep the file? So far I have thought of:

  1. kill -9 the paused job
  2. Pause the running job, copy the file, and then stop both.

Two sounds like the safest option, anyone have a better idea other than not doing this in the first place ;-)

link|improve this question

78% accept rate
I vote for option #2 – Andy Mar 17 '10 at 12:13
feedback

1 Answer

up vote 0 down vote accepted

I'd make a backup of the file just in case, better to be safe than sorry!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.