1、安装screen软件包
[root@localhost ~]# rpm -ivh /mnt/Packages/screen-4.1.0-0.21.20120314git3c2946.el7.x86_64.rpm
或者
[root@localhost ~]# yum -y install screen
2、直接在命令行键入screen命令
3、[root@localhost ~]# vim 1.sh
命令模式按ctrl+a+d,出现[detached] 即可,再关闭pst
4、重新打开一个终端执行以下命令
[root@localhost ~]# screen -ls
There is a screen on:
40510.pts-0.localhost (Detached)
1 Socket in /var/run/screen/S-root.
5、调出挂起的程序
[root@localhost ~]# screen -r 40510
6、如果你想终止screen则直接把你当前使用的终端关掉就可以了,或者exit
来源:51CTO
作者:梦想不遥远
链接:https://blog.51cto.com/11638205/2048798?source=drt