Results 1 to 3 of 3
How do I force quit through bash? Every now and then Firefox will freeze and I can't close it. How do I kill applications via command line?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-12-2007 #1
Is there a Force Quit command?
How do I force quit through bash? Every now and then Firefox will freeze and I can't close it. How do I kill applications via command line?
10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu
- 02-12-2007 #2
kill processID
Two levels higher than a newb.
(I can search google)
- 02-12-2007 #3
reply for quitting
yahh..
first identify the process id by issuing the following command
ps waux
then issue the following
kill -9 <ur process id>


Reply With Quote
