7 Aug
2010
7 Aug
'10
9:07 p.m.
On 07-08-10 10:53, Attila wrote:
At Samstag, 7. August 2010 01:26 Guus Snijders wrote: [ list of apps to restart after update ]
After thinking about it for a moment, it seems one solution would be very simple. Just run "lsof | grep -i DEL".
It seems that you don't use KDE because i get a big list of '*kdelibs*' entries.-)
In that case, try: lsof | grep " DEL " Note the spaces before and after DEL. After checking it again, i noted that lsof uses caps for the type, so we can drop the -i from grep. But you were right, i didn't think of kdelibs. ;) mvg, Guus