OS:Amazon Linux AMI 2015.09.2 (HVM)
#sudo su
#wget http://ftp.gnu.org/gnu/screen/screen-4.3.1.tar.gz
#tar -zxf screen-4.3.1.tar.gz
#cd screen-4.3.1
#./configure
如果报错,信息如:configure: error: !!! no tgetent - no screen
则#yum -y install ncurses-devel
#make
#make install
#install -m 644 etc/etcscreenrc /etc/screenrc
#cp ./screen /bin
本文出自 “龚德阳” 博客,转载请与作者联系!
原文:http://clark168.blog.51cto.com/136366/1746146