How to list running screen sessions?

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

     For windows system
    
     Open putty 
     then login in server
    

    If you want to see screen in Console then you have to write command

     Screen -ls
    

    if you have to access the screen then you have to use below command

     screen -x screen id
    

    Write PWD in command line to check at which folder you are currently

提交回复
热议问题