Я хочу, чтобы мой скрипт продолжал работать после завершения сеанса ssh. У меня нет корневого доступа к серверу. Что пробовал:
autos@autos.tech [~/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/
...
autos@autos.tech [~/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 ../
autos@autos.tech [~/bit]# screen -d
There is no screen to be detached.
autos@autos.tech [~/bit]# screen autos
Cannot access '11193dev/pts/0': No such file or directory
autos@autos.tech [~/bit]# screen -S autos
Cannot access '11193dev/pts/0': No such file or directory
autos@autos.tech [~/bit]# screen S-autos
Cannot access '11193dev/pts/0': No such file or directory
Заранее спасибо.