Tagged Questions
2
votes
1answer
88 views
How can I access a deleted open file on Linux (output of a running crontab task)?
I have an hourly hour-long crontab job running with some mtr (traceroute) output every 10 minutes (that is going to go for over an hour prior to it being emailed back to me), and I want to see the ...
5
votes
2answers
256 views
Recover deleted file that is currently being written to
I started downloading a big file and accidently deleted it a while ago. I know how to get its current contents by cping /proc/<pid>/fd/<fd> but since the download is still in progress ...
1
vote
1answer
171 views
Prevent libflashplayer.so from deleting a file?
I'm trying the preview release of Flash Player "Square" for Linux and noticed that video files are now being deleted from the /tmp/ folder.
Yet the files are still in use (I can see them with lsof):
...