当前位置:网站首页>screen命令使用
screen命令使用
2022-07-22 04:08:00 【transformer_WSZ】
screen
是一款Linux自带的多重视窗管理工具,功能稍微比tmux弱些。由于公司服务器上没有管理员权限,无法安装tmux,所以只能使用该命令了。在此记录下基本使用方法。
最佳实践
新建窗口
screen -S test
离开当前会话窗口
screen -d test
也可以使用快捷键,先按 ctrl + a
,再按 d
。
列出所有的会话窗口
screen -ls
重新进入会话
screen -r test
杀死会话窗口
- 杀死进程:
kill -9 5469
- 清除缓存:
screen -wipe
参考
边栏推荐
猜你喜欢
MySQL starts the global log to locate and troubleshoot slow SQL
Lateral biting function provided by wisdom teeth
JVM内存模型:类加载器的分类和获取
EasyCVR平台V2.5.0版本及以上如何配置WebRTC协议实现低延迟播放?
交换机与路由器技术:OSPF路由重分发、OSPF的NSSA区域和OSPF虚链路
服务器与本地资料互传的命令行代码
[SSM]SSM整合③(接口测试)
The two supply chain centers of HEMA launched the "background" of innovative research and development of multi format commodities
Vulkan-官方示例解读-子通道
NFT 交易所合约开发教程(Solidity & Hardhat)
随机推荐
交换机与路由器技术:标准ACL、扩展ACL和命名ACL
EasyCVR平台如何实现无需鉴权即可接入特殊设备?
AT5662 [AGC040D] Balance Beam(二分)
博途PLC信号处理系列之卡尔曼滤波程序(Kalman Filter)
Soc之按键控制LED
mysql通过开启全局日志进行定位排查慢sql
Detailed explanation of PN communication between botu PLC and ABB Inverter
[solution] solve typeerror: FC () got an unexpected keyword argument 'is when paddlepaddle runs reinforcement learning code_ Test 'error
Elephant Swap的LaaS方案迅速崛起,构建全新DeFi2.0协议
SOC custom IP core -- breathing lamp
用c语言编写一个函数用来删除字符串中的空格并返回空格个数
JVM内存模型:虚拟机栈
Remember a composer dependency problem requires composer runtime API ^2.0.0 - > no matching package found
万亿市值公链竞争白热化,新公链还有机会吗?
Hello world of SOC
Network layer interview questions
C# ftp检测目录是否存在和创建文件夹
数据平台数据管理实践
SoC之Hello World
STM32 single channel and multi-channel sampling of non DMA polling ADC based on Hal Library