码迷,mamicode.com
首页 > 系统相关 > 详细

UBUNTU 14.04 INSTALL nsenter

时间:2015-02-02 12:08:17      阅读:362      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!