CentOS下开机启动查看管理的命令
**chkconfig**开机启动列表查看: chkconfig --list说明:输出所有服务列表,如果列表中没有你要启动的服务添加服务:chkconfig --add servicename删除服务:chkconfig --del servicename查看具体启动服务信息:chkconfig --list servicename例如chkconfig --list...