Soms simple screen instruction

Start

sh 复制代码
screen -S <screenName>

kill

sh 复制代码
screen -X -S <screenName> quit

Ls

sh 复制代码
screen -ls

Recover

sh 复制代码
screen -r <screenName>
screen -d -r <screenName>

Config

sh 复制代码
vim /etc/screenrc

To make screen scroll, add termcapinfo xterm* ti@:te@ in screenrc.

To make screen output normal chinese, add defencoding GBK encoding UTF-8 GBKin screenrc

相关推荐
大G哥19 分钟前
python 数据类型----可变数据类型
linux·服务器·开发语言·前端·python
BillKu44 分钟前
Linux设置Nginx开机启动
linux·运维·nginx
阿大撒大撒1 小时前
Linux 服务器虚拟化技术详解
服务器
东方佑1 小时前
FastHTML快速入门:服务器渲染超媒体应用的利器
运维·服务器
baidu_375528811 小时前
光感传感器 芯片stk3171 linux驱动程序
linux·运维·服务器
飞腾开发者1 小时前
飞腾平台Arm NN软件栈安装使用指南
linux·运维·人工智能·机器学习·计算机视觉
夜暝1 小时前
Iotop使用
linux
鸠摩智首席音效师2 小时前
.NET Core 应用程序如何在 Linux 中创建 Systemd 服务 ?
linux·运维·.netcore
汤米粥2 小时前
通过PHP创建AWS的CloudFront并绑定证书添加备用域名
服务器·云计算·aws
Aiden_SHU2 小时前
Wireshark中的length栏位
服务器·网络·wireshark