首页 > 系统服务 > 详细

UBUNTU 14.04 INSTALL nsenter

时间:2015-02-02 12:05:41      阅读:607      评论:0      收藏:0      [点我收藏+]

cd /tmp; curl https://www.kernel.org/pub/linux/utils/util-linux/v2.25/util-linux-2.25.tar.gz | tar -zxf-; cd util-linux-2.25;

sudo apt-get install autopoint autoconf libtool automake

./configure --without-python --disable-all-programs --enable-nsenter --without-ncurses

make nsenter; cp nsenter /usr/local/bin

UBUNTU 14.04 INSTALL nsenter

原文:http://www.cnblogs.com/Magicworks/p/4267372.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!