Centos6与Centos7安装和使用htop
Centos6 安装
1 rpm -ivh https://mirrors.tuna.tsinghua.edu.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm 2 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL 3 yum install htop -y
CentOS7 安装
1 yum install epel-release -y 2 yum install htop -y
详细使用信息
http://www.cnblogs.com/lizhenghn/p/3728610.html