Actually, I modified it a bit more, as I couldn't quite get it to do the whole download, so I put this in my .bashrc function fid () { echo $( ps -fu peter | egrep 'libflashplayer\.so' | egrep 'npviewer.bin' | egrep -om 1 -E '\<[0-9]+\>' | head -1 ) ; } All I do is type fid to get the flash id and then I go to /proc/<flash id number>/fd and copy the deleted files. As I had said, it was the interaction with nspluginwrapper that caused your initial script to fail for me, and I had to make these crude adjustments. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines