常用linux系统管理工具
时间:2010-12-23 来源:edwardlost
进程管理
lsof命令
/usr/local/bin/lsof -n -i | grep LISTEN
流量监测
wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz
./configure --prefix=/data/nload-0.7.2
make && make install
cd /data/nload-0.7.2/bin
./nload
FreeBSD常用命令
添加用户
pw user add edwardlost
pw group mod wheel -m edwardlost
相关阅读 更多 +