Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 如何检查套接字终止的原因_Linux_Gnu Screen - Fatal编程技术网

Linux 如何检查套接字终止的原因

Linux 如何检查套接字终止的原因,linux,gnu-screen,Linux,Gnu Screen,我正在linux服务器上使用screen运行spring引导应用程序 应用程序运行了大约几个小时,然后套接字意外终止 当我再次登录服务器并运行screen-ls-时,在… 如何检查终止的原因是什么 人机界面: -L tells screen to turn on automatic output logging for the windows. 人机界面: -L tells screen to turn on automatic output logging for the

我正在linux服务器上使用
screen
运行spring引导应用程序

应用程序运行了大约几个小时,然后套接字意外终止

当我再次登录服务器并运行
screen-ls
-时,
在…

如何检查终止的原因是什么

人机界面:

   -L   tells screen to turn on automatic output logging for the windows.
人机界面:

   -L   tells screen to turn on automatic output logging for the windows.
@这里的“Windows”不是指操作系统,它是由Linux计算机上的
屏幕
应用程序管理的窗口。按照建议,尝试在命令行中输入命令
man screen
(=manual page of
screen
)。@luke此处的“Windows”不是指操作系统,它是由Linux计算机上的
screen
应用程序管理的窗口。按照建议,尝试在命令行中输入命令
人工屏幕
(=手动页面,共
屏幕
)。