https://bugs.freedesktop.org/show_bug.cgi?id=57885

--- Comment #6 from Michel Dänzer <[email protected]> ---
(In reply to comment #5)
> How do I check what process is keeping many files open, besides killing them
> all one by one?

E.g. something like

 ( for i in /proc/[0-9]*/fd; do echo "$(sudo ls $i | wc -l): $i"; done ) | sort
-n | tail

does the trick. There might be a simpler way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to