On Fri, 21 Aug 2009 07:54:50 +0930 Michael Rowan <mike.ro...@internode.on.net> wrote:
> Hi > > I have 5 detached screens, and wish to remove/delete/destroy some. > How should I do this? > > Thanks > > Michael Rowan > mike.ro...@internode.on.net > > 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
signature.asc
Description: PGP signature
_______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users