屏幕无法访问pts / 0没有这样的文件或目录

我希望脚本在ssh会话终止后继续运行。 我没有对服务器的根访问权限。 我试过的:

[email protected] [~/bit]# ls -la /var/run/screen/ drwxrwxrwx 4 root screen 4096 2017-11-09 18:48 ./ drwxr-xr-x 26 root root 4096 2017-11-17 17:25 ../ drwx------ 2 autos autos 4096 2017-11-09 18:48 S-autos/ drwx------ 2 root root 4096 2017-10-24 03:06 S-root/ 

 [email protected] [~/bit]# ls -la /var/run/screen/S-autos/ total 8 drwx------ 2 autos autos 4096 2017-11-09 18:48 ./ drwxrwxrwx 4 root screen 4096 2017-11-09 18:48 ../ [email protected] [~/bit]# screen -d There is no screen to be detached. [email protected] [~/bit]# screen autos Cannot access '11193dev/pts/0': No such file or directory [email protected] [~/bit]# screen -S autos Cannot access '11193dev/pts/0': No such file or directory [email protected] [~/bit]# screen S-autos Cannot access '11193dev/pts/0': No such file or directory 

先谢谢你。