ubuntu - Linux locked processes and files -


i opened firefox , eclipse in ubuntu , selected "lock/switch account".

then shutted down system pushing button in desktop box.

then opened machine , firefox program not open -- says firefox process running. also, when open eclipse have select different workspace folder because default 1 being used.

i restarted pc , still error.

do have idea should do?

thank you.

execute in terminal. kill running eclipses:

sudo killall -9 java 

to kill running ffs:

sudo killall -9 firefox 

Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -