Linux:关闭终端时停止退出程序
时间:2020-01-09 10:37:16 来源:igfitidea点击:
问题:从终端启动程序时,关闭终端窗口会关闭程序吗?
关闭终端后如何停止程序退出?
答:您需要使用nohup实用程序,该实用程序允许运行从外壳注销后可以在后台继续运行的command./process或shell脚本:
nohup program & nohup gedit file.c &
问题:从终端启动程序时,关闭终端窗口会关闭程序吗?
关闭终端后如何停止程序退出?
答:您需要使用nohup实用程序,该实用程序允许运行从外壳注销后可以在后台继续运行的command./process或shell脚本:
nohup program & nohup gedit file.c &