CentOS7.4
用&放入后臺的進程 用fg無法恢復到前臺 top: failed tty set: Interrupted system call
用Ctrl+Z放入后臺的卻可以恢復到前臺
用&放入后臺的進程 用fg無法恢復到前臺 top: failed tty set: Interrupted system call
用Ctrl+Z放入后臺的卻可以恢復到前臺
2018-03-12
貌似直接殺死進程不太建議的,一般用shell腳本來啟動關閉進程,如果實在進程卡死,才殺的,這個和windows的應用程序關閉一樣,能正常關閉就去軟件里面關閉,實在卡死,就在應用程序結束掉
2018-02-10