I have a problem with screen software, when I try to start screen with options screen -Amds screenname /patc/to/script.sh - nothing happens, it's a problem only on Debian system. On CentOS and FreeBSD - everything is OK (other OS I don't use, and don't know of the problem).

link|improve this question
feedback

1 Answer

Try screen -AmdS screenname /path/to/script.sh - note the capital S.

link|improve this answer
I try screen -AmdS screenname /path/to/script.sh and screen -ls says No sockets found in /var/run/screen/S-root, screen don't start. – user43925 May 25 '10 at 12:27
How about screen -AdmS screenname, then screen -r screenname, then running your script? Maybe the script is errorring/finishing quickly. – James May 25 '10 at 20:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.