























1. List sockets
%screen -ls
2.Kill sockets
%screen -S <ID> -X quilt
note: the ID could be get from the output of "screen -ls", e.g the output is 666.test, then the id is 666.
3. Atach socket
%screen -r <socket name>
note: the socket name could be get from the output of "screen -ls", e.g the output is 666.test, then name is 666.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。