Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/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
无法通过“ctrl+A+D”从SSH secure shell分离_Ssh_Superuser - Fatal编程技术网

无法通过“ctrl+A+D”从SSH secure shell分离

无法通过“ctrl+A+D”从SSH secure shell分离,ssh,superuser,Ssh,Superuser,我是SSH安全shell的新手 我通过我的PC windows base在linux服务器上运行代码。以前,当我使用ctrl+A+D时,我可以与服务器分离,无论服务器中发生什么情况,计算都会继续进行。现在,当我键入ctrl+A+D时,我得到^A并且无法分离。 问题出在哪里?您可以使用nohup命令允许进程运行,即使在退出shell之后也是如此 SIGHUP是当进程的控制终端关闭时发送给进程的信号。nohup运行一个不受挂起影响的命令,其用法如下 诺胡普& 为流程重定向stdin、stdout和s

我是SSH安全shell的新手 我通过我的PC windows base在linux服务器上运行代码。以前,当我使用ctrl+A+D时,我可以与服务器分离,无论服务器中发生什么情况,计算都会继续进行。现在,当我键入ctrl+A+D时,我得到^A并且无法分离。 问题出在哪里?

您可以使用nohup命令允许进程运行,即使在退出shell之后也是如此

SIGHUP是当进程的控制终端关闭时发送给进程的信号。nohup运行一个不受挂起影响的命令,其用法如下

诺胡普&


为流程重定向stdin、stdout和stderr也很重要。

我想这是超级用户的问题。在上面重新创建它。你会更快地得到反馈