gseamanThanks, I had forgotten about
grep -i , ought to have been my first try. I can confirm that
lsof seem to work fine.
[gert@localhost ~]$ lsof | grep -i Flash
opera:lib 4004 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
operaplug 4004 4005 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 4009 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 4010 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 14254 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
................
.........................
[gert@localhost ~]$ su
[root@localhost gert]# lsof | grep -i Flash
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/gert/.gvfs
Output information may be incomplete.
opera:lib 4004 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
operaplug 4004 4005 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 4009 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 4010 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 14254 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
opera:lib 4004 14255 gert mem REG 8,24 17410532 204543 /usr/lib/mozilla/plugins/libflashplayer.so
...............
................
[root@localhost gert]#
I do have something "flash" on my system.
This morning with my internet speed doing well I did a quick search:
Googling: "warning can't stat() fuse.gvfs-fuse-daemon file system"
The warning shows up apparently because of this Gnome item, and root does not have access to the item, this was the odd bit to me. The recommendation on Fedora forum was to ignore it.
I will mark it as solved.