Results 1 to 5 of 5
Hi, I hope I am on the right part of the forum - not used it before.
When i try to connect to the internet I am being told that ...
- 06-06-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 2
firefox
Hi, I hope I am on the right part of the forum - not used it before.
When i try to connect to the internet I am being told that an additional firefox application is open and needs closing down ...i bought this notebook second hand and dont have instructions ....can anyone offer advice on how to do this ...never used Linux befrore
thanks Carolyn
- 06-06-2011 #2
Can you open a terminal/command prompt window? If you can do that you can find out how many other instances of firefox are running with:
From here you can see how many firefox instances are running, and who is running them. If you want, you can kill them all off with:Code:ps aux|grep firefox
or, if that doesn't work, you can kill them individually:Code:killall firefox
but you will probably need admin privileges to run that.Code:kill -9 <pid>
Linux user #126863 - see http://linuxcounter.net/
- 06-06-2011 #3Just Joined!
- Join Date
- Jun 2011
- Posts
- 2
Firefox
Hi Thankyou for your reply...but i dont know how to open a terminal/command prompt window....could you help, many thanks, Carolyn
- 06-06-2011 #4
There are a few different GUI, from the menu system look for accessories ... there is a usually a terminal available there (xterm, konsole, gnome-terminal etc).
If your still struggling then we might be able to work out which distro you are using from the make/model of the netbook.
- 06-07-2011 #5
On my machine, you can click on the Application menu, then Accessories, and Terminal.
When you find a command window, just use the commands suggested by Roxoff.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote

