yum -y install wget flex byacc libpcap ncurses ncurses-devel libpcap-devel gcc wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz tar zxvf iftop-0.17.tar.gz cd iftop-0.17 ./configure –prefix=/usr/local/iftop make && make install vi /etc/profile 然后最下面添加两行代码 PATH=$PATH:/usr/local/iftop/sbin export PATH 保存 source /etc/profile |
……不就是复制你自己也可以 |
除了最后那个要用echo外,其它你直接复制不就可以了 然后在头上加#/bin/sh |
自己搜索一下很难吗?? |
编辑 添加那里。。。。。 |
cat <<EOF > /etc/profile |