Skip to content
Blog Access different terminals to shut down (kill) programs that have frozen in Ubuntu

Access different terminals to shut down (kill) programs that have frozen in Ubuntu

You might have had experience with your ubuntu system hang up due to some applications (this happens sometimes with Firefox and some games).

You can actually login to one of your other terminals and stop the applications which is causing problems.

1. Use Alt + Ctrl and any function key F1 through F7. Where F7 is the default xwindows terminal.
2. Log in and then use the command “top” from the command line to find the process id (pid) of the frozen or run away application which is causing problems.

$ top

3. After finding the pid number, type

$ kill -kill PID (where PID is the process id of the application).

Now go back to terminal 7 with “Alt+Ctrl+F7” to find the troublesome application gone.

2 thoughts on “Access different terminals to shut down (kill) programs that have frozen in Ubuntu”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.