常用命令
# yum install bash-completion -y \centos 命令补全 # iftop \网络IO # iotop \磁盘IO # top \cpu利用率 # free -m \内存使用率 # df -Bg \分区使用率 # ethtool eth0 \查看网卡 # screen \会话管理 https://www.ibm.com/developerworks/cn/linux/l-cn-screen/ # nmon \性能测试 http://nmon.sourceforge.net/pmwiki.php # echo "admin" | passwd --stdin fsadmin