Eu quero que meu script continue sendo executado após o término da sessão ssh. Eu não tenho acesso root ao servidor. O que eu tentei:
[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
Obrigado antecipadamente.
Tags ssh gnu-screen linux