How to destroy detached screens

View: New views
3 Messages — Rating Filter:   Alert me  

How to destroy detached screens

by adelaide_mike :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I have 5 detached screens, and wish to remove/delete/destroy some.  
How should I do this?

Thanks

Michael Rowan
mike.rowan@...

11 Kingscote Street
ALBERTON
South Australia 5014

tel 618 8240 3993





_______________________________________________
screen-users mailing list
screen-users@...
http://lists.gnu.org/mailman/listinfo/screen-users

Re: How to destroy detached screens

by Henri Salo-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 21 Aug 2009 07:54:50 +0930
Michael Rowan <mike.rowan@...> wrote:

> Hi
>
> I have 5 detached screens, and wish to remove/delete/destroy some.  
> How should I do this?
>
> Thanks
>
> Michael Rowan
> mike.rowan@...
>
> 11 Kingscote Street
> ALBERTON
> South Australia 5014
>
> tel 618 8240 3993
When you run command "screen -list" you will get similar output:

Your inventory:
        23866.foo      (08/16/2009 02:30:20 PM)        (Detached)

Where 23866 is the PID of the screen-process, which you can kill.
Remember that this will also kill the processes inside those screens.

You can also destroy those screen by running "screen -x 23866" and
typing ctrl+a+k or exiting from them normally using ctrl+d.

---
Henri Salo


_______________________________________________
screen-users mailing list
screen-users@...
http://lists.gnu.org/mailman/listinfo/screen-users

signature.asc (204 bytes) Download Attachment

Re: How to destroy detached screens

by Dustin Kirkland-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Aug 20, 2009 at 5:24 PM, Michael
Rowan<mike.rowan@...> wrote:
> I have 5 detached screens, and wish to remove/delete/destroy some.  How
> should I do this?

See the screen(1) manpage, the -wipe option.  Or you can just kill(1)
the process id.

:-Dustin


_______________________________________________
screen-users mailing list
screen-users@...
http://lists.gnu.org/mailman/listinfo/screen-users