On Thu, 5 Mar 2015, Dan Youngquist wrote:
On 03/05/2015 07:27 AM, Lisi Reisz wrote:
On Thursday 05 March 2015 10:04:28 Baron wrote:
Having closed Iceweasel, it still seems to be running
I have had this problem on and off in various versions over the years. I do: # ps ax | grep iceweasel # <response> # kill xxxx
Faster/easier:
killall -9 iceweasel
And, you should not need to run as root.
Jonesy