Screen -list reports there are no sockets found though I can see old sessions with 'who' me, my ip:S.0 <-screen attached.
ls -l /var/run/screen/S-me returns 0 files so I don't know. thanks, justin -----Original Message----- From: Jonathan Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 3:17 PM To: [EMAIL PROTECTED] Subject: Re: howto kill old screen sessions? On Tue, Jun 11, 2002 at 02:04:07PM -0700, justin cunningham wrote: > Hello, who shows some old screen sessions but ps aux doesn't show the > associated pts/x so I can't simply kill them. Screendump will show the > output but depends on the session name for further use. I know I can > reboot but there must be a better way. Please reply to the email > address since I'm not currently on the list. thank you, Justin I replied on list, so look at the archives for that. Put simply, you're looking for: screen -list ( list all screens ) screen -r <screen id> ( attach to detatched screen <screen id> ) screen -dr <screen id> ( attach to attatched screen <screen id> ) HTH, jc -- It may stop, it may not. And stop calling me "dj". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]