1

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).

James
  • 7,643
  • 2
  • 24
  • 33
user43925
  • 11
  • 2

1 Answers1

1

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

James
  • 7,643
  • 2
  • 24
  • 33
  • 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