Linux一些命令备忘
Linux查看服务状态
查看服务器的自启动状态
systemctl list-unit-files
chkconfig --list
chkconfig zabbix_agentd_4.4 off
查看服务器的在运行服务状态
systemctl list-units --type=service | grep running
systemctl list-unit-files
chkconfig --list
chkconfig zabbix_agentd_4.4 off
systemctl list-units --type=service | grep running