linux|linux screen 命令行终端切换
实用命令
[chunli@CentOS ~]$ screen -S test#创建一个叫test的会话 [chunli@CentOS ~]$ [Ctrl+a d]#回到screen之前的窗口 [chunli@CentOS ~]$ screen -r test#回到test这个session [chunli@CentOS ~]$ screen -ls#列出当前所有的session
实际操作
列出当前所有的session [chunli@CentOS tools]$ screen -ls There are screens on: 25477.tes (Detached) 27098.tes (Detached) 26393.tes (Detached) 3 Sockets in /var/run/screen/S-chunli.[chunli@CentOS tools]$ screen -r 25477 [chunli@CentOS ~]$ exit [chunli@CentOS tools]$ screen -ls There are screens on: 27098.tes (Detached) 26393.tes (Detached) 2 Sockets in /var/run/screen/S-chunli.[chunli@CentOS tools]$ 少了一个
【linux|linux screen 命令行终端切换】转载于:https://blog.51cto.com/990487026/1721544
推荐阅读
- Linux下面如何查看tomcat已经使用多少线程
- Beego打包部署到Linux
- Linux|109 个实用 shell 脚本
- linux定时任务contab
- 芯灵思SinlinxA33开发板Linux内核定时器编程
- day16-Linux|day16-Linux 软件管理
- 用Go构建区块链——3.持久化和命令行
- 如何在阿里云linux上部署java项目
- mac|mac 链接linux服务器 如何在Mac上连接服务器
- Linux|Linux 服务器nginx相关命令