On Tue, Jul 22, 2008 at 01:02:07PM -0400, David Mackintosh wrote:
The man page for screen says that I can create a detatched screen running with a set command in it by doing this:
$ screen -dm $command
However, it doesn't work. Screen exits without creating the detached screen.
screen -dm isn't the same as screen -d -m. Try the latter.