screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to destroy detached screens


From: Henri Salo
Subject: Re: How to destroy detached screens
Date: Sat, 22 Aug 2009 21:07:04 +0300

On Fri, 21 Aug 2009 07:54:50 +0930
Michael Rowan <address@hidden> wrote:

> Hi
> 
> I have 5 detached screens, and wish to remove/delete/destroy some.   
> How should I do this?
> 
> Thanks
> 
> Michael Rowan
> address@hidden
> 
> 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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]