文章时间:2020年2月23日 01:55:12
解决问题:linux上有些服务,需要一直跑着,ctrl+c也不能结束他
适用系统:Cent os,另外写了一下Ubuntu的安装步骤
screen离线安装:/archives/400.html
yum install screen #CentOS
apt-get install screen #Debian或者Ubuntu
screen -S xx
解析:xx为创建会话的名称
按Ctrl+A,再按"d"键
screen -r xx
解析:xx为要恢复的会话名称
screen -ls
exit