Update ifstat.md
This commit is contained in:
parent
b034db29da
commit
2d3b6f9977
|
|
@ -19,8 +19,9 @@ wget http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz
|
||||||
```
|
```
|
||||||
tar -zxvf ifstat-1.1.tar.gz
|
tar -zxvf ifstat-1.1.tar.gz
|
||||||
cd ifstat-1.1
|
cd ifstat-1.1
|
||||||
./configure #默认会安装到/usr/local/bin/目录中
|
./configure
|
||||||
make ;make install
|
make
|
||||||
|
make install # 默认会安装到/usr/local/bin/目录中
|
||||||
```
|
```
|
||||||
|
|
||||||
注释:执行`which ifstat`输出`/usr/local/bin/ifstat`
|
注释:执行`which ifstat`输出`/usr/local/bin/ifstat`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue