Displaying 1 result from an estimated 1 matches for "5892ecad".
2008 Jul 22
2
screen detatch
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.
If I say
$ screen $command
...I get dropped into a screen session running $command as I would
expect.
What's the magic invocation I'm missing?
Also, the next step