Kill

From PardusWiki
(Difference between revisions)
Jump to: navigation, search
(Undo revision 3126 by Itycajofa (Talk) Spam.)
 
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://exowufo.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 
----
 
=[http://exowufo.co.cc CLICK HERE]=
 
----
 
</div>
 
 
In windows you can close any program at any time with CTRL+ALT+Delete.  
 
In windows you can close any program at any time with CTRL+ALT+Delete.  
  
Line 17: Line 9:
 
=== KillAll ===
 
=== KillAll ===
 
Also you can kill a program on the console by giving the command in Terminal
 
Also you can kill a program on the console by giving the command in Terminal
&lt;pre&gt;
+
<pre>
 
sudo killall application_name
 
sudo killall application_name
&lt;/pre&gt;
+
</pre>
 
----
 
----
 
=== Kill ===
 
=== Kill ===
 
You can also just use kill. Find which PID your progam has
 
You can also just use kill. Find which PID your progam has
&lt;pre&gt;ps -aux&lt;/pre&gt;
+
<pre>ps -aux</pre>
 
then kill it by typing
 
then kill it by typing
&lt;pre&gt;sudo kill PIDnr&lt;/pre&gt;
+
<pre>sudo kill PIDnr</pre>
 
----
 
----
 
=== KDE Process Table ===
 
=== KDE Process Table ===

Latest revision as of 14:06, 30 November 2010

In windows you can close any program at any time with CTRL+ALT+Delete.

This combination does not work in Pardus, and alltough Pardus is as stable as steel, sometimes a program just freezes.


Contents

Xkill

To close this program press: CTRL+ALT+Esc, and a skull will appear as cursor, with this you can close any window you choose, for sure! Just click on the window that you want to terminate!


KillAll

Also you can kill a program on the console by giving the command in Terminal

sudo killall application_name

Kill

You can also just use kill. Find which PID your progam has

ps -aux

then kill it by typing

sudo kill PIDnr

KDE Process Table

Only working in KDE. It's almost like the Task Manager in Windows. Try Ctrl + Esc to open the ProcessTable or press Ctrl+Alt+Esc. When the cursor is skull based click on the program you want to kill.


Thanks to this thread.

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox