Blog About me
05 Oct, 2025
创建新会话
screen -S <name>
列出所有会话
screen -ls
恢复指定会话
screen -r <id>/<name>
强制分离并重新连接
screen -d -r 451386.new1