[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kill -19 and kill -18
From: |
WWW SystemS Ltda . |
Subject: |
kill -19 and kill -18 |
Date: |
Sat, 09 Dec 2000 18:11:43 GMT |
Hi!
My name is Walter Arguello Cortes.
When executing the sleep command, and trying to control it, with the
kill command, I have a problem.
Look:
$ sleep 1000 &
[2] 736
$ jobs -l
[1]- 735 Running sleep 500 &
[2]+ 736 Running sleep 1000 &
$ kill -19 736
$ jobs -l
[1]- 735 Running sleep 500 &
[2]+ 736 Stopped (signal) sleep 1000
$ kill -18 736
$ jobs -l
[1]- 735 Running sleep 500 &
[2]+ Done sleep 1000
$
Why my sleep 1000 & was Done?
Is this problem of: bash, sleep, kill, or Walter?
More Information:
OS: SuSE Linux 7.0 - kernel 2.2.16
Machine: Intel PIII 550 Mhz
Thanks,
Walter.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- kill -19 and kill -18,
WWW SystemS Ltda . <=