On Sun, Jan 23, 2000 at 01:42:12AM +0100, David Krings wrote:
>       After getting my SB Live running i installed kmp3-1.0pre3, which
>seems to be a bit away from being stable. It crashes and i see after
>shutting down the x server that mpg123 is complaining about some bit
>flow that it can't handle. What i want to know is what i have to do
>to kill the broken x app in order to restart it. In this special case
>i will install a more stable version, but how is a termination of a
>process done in general ?

I generally try in this order:

kill `pidof <app_name>`

kill -KILL `pidof <app_name>`

(Those are backquotes, or you can use 'ps' to get the PID.)

-- 
Hal B
[EMAIL PROTECTED]
--
            Linux helps those who help themselves


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to