> But they are all started from cron, how do I detach so I can start a
> second virtual terminal in the same screen session? mond you I
> think I'm starting to clue in to what I have to do.. :)
"screen -list" will give you a list of running screen processes and an
indication of whether or not they are attached. You can then use
"screen -d -r <pid>" to detach and attach to any particular one, or
just "screen -r <pid>" if it's already detached.
-- Toomas Losin ParaLynx Internet
New Westminster, BC