当前位置:网站首页>screen 不间断会话服务
screen 不间断会话服务
2022-08-02 14:15:00 【China-P】
screen是linux下的一种视窗多重复用管理程序。在使用telnet或SSH远程登录liunx时,如果连接非正常中断,重新连接时,系统将开一个新的session,无法恢复原来的session. screen命令可以解决这个问题
一、安装screen 服务,创建会话
1.1 yum install screen -y #安装screen
1.2 screen -S 01 #创建screen会话01
当需要临时离开时(会话中的程序不会关闭,仍在运行)可以用快捷键Ctrl+a d(即按住Ctrl,依次再按a,d)
二、恢复screen会话
screen -r 01
如果忘记会话,或者当时没有指定会话名,可以执行:screen -ls 列出当前存在的会话列表
三、关闭screen的会话
执行:exit ,提示:[screen is terminating],表示已经成功退出screen会话
四、screen 常用快捷键
Ctrl+a c :在当前screen会话中创建窗口
Ctrl+a w :窗口列表
Ctrl+a n :下一个窗口
Ctrl+a p :上一个窗口
Ctrl+a 0-9 :在第0个窗口和第9个窗口之间切换
参考文献: https://blog.csdn.net/hnjb5873/article/details/106235674
边栏推荐
猜你喜欢
Evaluate multipath BBR congestion control on ns3
Doubly linked list (normal iterators and const iterators)
【软件测试】selenium自动化测试2
EastWave:垂直腔表面激光器
光波导应用中的真实光栅效应
Server-Sent Events 一种轻量级的Push方式
关于导出聊天记录这件事……
Evaluation multipath weswood congestion control on ns3
The relationship between base classes and derived classes [inheritance] / polymorphism and virtual functions / [inheritance and polymorphism] abstract classes and simple factories
The use of a semaphore/interprocess communication 】 【 Shared memory
随机推荐
HCIE学习记录——数通网络基础
打包项目上传到PyPI
change the available bandwidth of tcp flow dynamically in mininet
OpenPose command line
泰伯效应.
Oauth2.0 security (take WeChat authorized login as an example)
Mysql开启日志并按天进行分割
分布式一致性协议-Paxos
【Solidity智能合约基础】-- 基础运算与底层位运算
WEB自动化之键盘、鼠标操作
创建系统还原点及恢复
【进程间通信】消息队列
Litestar 4D – WebCatalog 7:全自动数据管理
Apache ShardingSphere 5.1.1 正式发布
Qt | 串口通信 QSerialPort
泰伯效应的建模
排序方法汇总(C语言)
Apache ShardingSphere 5.1.2 发布|全新驱动 API + 云原生部署,打造高性能数据网关...
关于分布式的一些知识点
PostgreSQL 协议数据样例