How to list running screen sessions?

后端 未结 9 1281
执笔经年
执笔经年 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:54

    ps x | grep SCREEN

    to see what is that screen running in case you used the command

    screen -A -m -d php make_something.php

提交回复
热议问题