如何讓程式暫停 - BBS
By Kama
at 2009-05-29T17:07
at 2009-05-29T17:07
Table of Contents
※ 引述《HuangTzHuan ()》之銘言:
: 可以用 stty -a 看 ctrl+z 是 bind 到哪個字元
: 通常是 SUSP, 而 SUSP 會送出 SIGTSTP 這個 signal
: (請參考 stty(1), termios(4), sigaction(2))
: 所以用 kill -TSTP [program id] 可以達到相同的效果
感謝您的回應,我看到的是suspend 字元
根據我測試的結果,可以用 kill -STOP [pid],來達到暫停的效果
然後用 kill -CONT [pid],繼續執行程式
--
-----------------------------------------------------------------------------
林子堯 臺大牙醫系41屆 http://www.geocities.com/dds_tylin/
------------------------------------------------------------------------------
--
: 可以用 stty -a 看 ctrl+z 是 bind 到哪個字元
: 通常是 SUSP, 而 SUSP 會送出 SIGTSTP 這個 signal
: (請參考 stty(1), termios(4), sigaction(2))
: 所以用 kill -TSTP [program id] 可以達到相同的效果
感謝您的回應,我看到的是suspend 字元
根據我測試的結果,可以用 kill -STOP [pid],來達到暫停的效果
然後用 kill -CONT [pid],繼續執行程式
--
-----------------------------------------------------------------------------
林子堯 臺大牙醫系41屆 http://www.geocities.com/dds_tylin/
------------------------------------------------------------------------------
--
Tags:
BBS
All Comments
Related Posts
如何讓程式暫停
By William
at 2009-05-28T12:20
at 2009-05-28T12:20
Re: 請問一個問題
By Genevieve
at 2009-05-26T09:32
at 2009-05-26T09:32
vmware 6.5 workstation on FreeBSD 7
By Elma
at 2009-05-26T03:54
at 2009-05-26T03:54
不能su -s...
By Mia
at 2009-05-23T11:52
at 2009-05-23T11:52
不能su -s...
By Erin
at 2009-05-23T02:31
at 2009-05-23T02:31