标签:启动 conf centos 6 start util system 开机 centos 7 star
yum installyum -y install net-snmp net-snmp-utils
CentOS 7
systemctl start snmpd.service #启动SNMP服务
systemctl enable snmpd.service #开机启动SNMP服务
CentOS 6
service snmpd start
chkconfig snmpd on
伪图形选择
ntsysv
标签:启动 conf centos 6 start util system 开机 centos 7 star
原文地址:https://blog.51cto.com/lmit8/2547673