screen会话建立

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了screen会话建立相关的知识,希望对你有一定的参考价值。

创建screen帮助会话

一.screen使用方法

??创建新screen会话

??screen –S [SESSION]

??加入screen会话

??screen –x [SESSION]

??退出并关闭screen会话

??exit

??剥离当前screen会话

??Ctrl+a,d

??显示所有已经打开的screen会话

??screen -ls

??恢复某screen会话

??screen -r [SESSION]

二.简单举例

??首先创建一个screen会话。

[[email protected] ~]#screen -S help
[[email protected] ~]#

??显示已创建screen会话。

[[email protected] ~]#screen -ls
There is a screen on:
    2827.help   (Attached)
1 Socket in /var/run/screen/S-root.
[[email protected] ~]#

??切换终端进入创建好的screen会话

[email protected] ~]#screen -x help

[[email protected] ~]#

??两个终端显示结果同步。

[[email protected] ~]#ls
123              Documents    ensp;?install.log.syslog  Public
anaconda-ks.cfg  Downloads    Music               Templates
Desktop          install.log  Pictures            Videos
[[email protected] ~]#pwd
/root
[[email protected] ~]#^C
[[email protected] ~]#

??如下图。

技术分享图片

??剥离当先会话Ctrl+a,d

技术分享图片

??退出关闭会话exit.

以上是关于screen会话建立的主要内容,如果未能解决你的问题,请参考以下文章

命令screen

C语言代码片段

screen命令

SSH远程会话管理工具 - screen使用教程

实用小工具:screen

screen状态变Attached连接会话失败