screen源码编译安装

作者: 蓝鹰 分类: CentOS 发布时间: 2013-12-29 12:11 ė159 浏览数 6screen源码编译安装已关闭评论

wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz
tar -xvf screen-4.0.3.tar.gz
cd screen-4.0.3
./configure
make
make install
install -m 644 etc/etcscreenrc /etc/screenrc
cp ./screen /bin

注意和一般程序的安装过程有所不同,后面这两条指令一定要执行。

本文出自 蓝鹰博客,转载时请注明出处及相应链接。

本文永久链接: http://www.lanyingblog.com/blog/1719.html

Ɣ回顶部