The following signals will stop your program from the keyboard:

intr (usually ^c)     terminate the program
quit (usually ^\)     terminate the program with core dump
stop (usually ^s)     stop program output; program may still keep
                      running.  Not really a signal.
susp (usually ^z)     stop program; program can then be resumed with
                      fg or bg

On some platforms ^o will stop program output to console while keeping
program running.

Regards,

-- Raju

>>>>> "Neeraj" == Neeraj Manral <[EMAIL PROTECTED]> writes:

    Neeraj> Dear LIG Is there any other way to forcefully stop a
    Neeraj> command from running apart from ctrl -C.

    Neeraj> Regards...

    Neeraj> Neeraj Manral
-- 
Raju Mathur          [EMAIL PROTECTED]           http://kandalaya.org/

----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to