Re: 用putty執行make後,是否可以關了不理? - BBS

Table of Contents

※ 引述《[email protected] ()》之銘言:
: 因為重新編譯PHP,
: 利用putty做遠端ssh連線,
: 正在執行make.
: 但執行了幾個小時後,
: 想把putty關了,
: 請問這樣是否會影響make的運作呢?

會呀。

你一開始如果用nohup make > make.log & 來執行的話,現在就可以把putty
關掉,但直接用make的話就沒辦法了。

--

All Comments