Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Terminal Guide
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Killing a program == The ‘kill’ command is used to forcefully end a process that is not responding. Technicians can kill the inactivity or session timer(s) when working on a particular workstation and don’t want to be bothered with timers or pop-ups. To kill a program you must first find the process ID (PID); type the following command to receive a list of processes and their PIDs <font class="code">ps aux</font>. The first column is the user running the process, the second column is the PID. To kill a particular process type <font class="code">kill [pid]</font>, if the process refuses, type <font class="code">kill -9 [pid]</font> for a more forceful attempt. If you know the name of the application you want to kill, you can add the grep command followed by the program name to only display that program. For example, to search for the PID for Firefox, type <font class="code">ps aux | grep firefox</font>; this will display results for any application named firefox. To kill just the inactivity timer, type <font class="code">kill xautolock</font>, type <font class="code">kill pacrez</font> to kill the session timer. ==== Killing a program in the Groovix GUI ==== If you can’t find the PID or have the process you want to kill open in the desktop, open a new xterm window and type <font class="code">xkill</font>; this will change the mouse cursor to an X and will kill the first process window you click on with your mouse.
Summary:
Please note that all contributions to GroovixWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GroovixWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)