常用管理命令
时间:2015-01-29 22:33:18
收藏:0
阅读:135
netstat -rn sudo route -n
top CPU 内存 进程 监控
ps -aux
cat /proc/net/dev 流量
df -BM 磁盘使用量
ifconfig 查看网络连接 与 使用流量情况
ifconfig eth0 192.168.1.99 broadcast 192.168.1.255 netmask 255.255.255.0 up 配置IP
ifconfig ppp0 down/up 断开,连接一个网络
评论(0)