Killing applications.
Ken Moffat
kmoffat at drizzle.com
Tue Aug 26 13:01:12 CEST 2003
Phaith wrote:
> How do I kill an application that has hung?
>
> In KDE you use Ctrl-Alt-Esc. How can I do this in XFce?
>
>
Open a terminal
type 'xkill'
left mouse click on the offending window.
or ps -e | less and find the appropriate process, then kill it using
'kill ####' where #### is the process id (PID)
or 'killall applicationname' will kill all instances of applicationname.
--
Ken
More information about the Xfce
mailing list