How to list running screen sessions?

后端 未结 9 1322
执笔经年
执笔经年 2020-12-12 10:10

I have a bunch of servers, on which I run experiments using screen. The procedure is the following :

  1. ssh to server XXX
  2. launc
9条回答
  •  死守一世寂寞
    2020-12-12 10:35

    I'm not really sure of your question, but if all you really want is list currently opened screen session, try:

    screen -ls
    

提交回复
热议问题