chkconfig --list   显示当前运行的所有服务
/etc/inittab
netstat -antl   all n端口 t tcp协议 l listen状态
chkconfig --add httpd 增加服务
chkconfig --del httpd 删除
chkconfig --level 12345

相关文章:

  • 2021-07-23
  • 2021-06-29
  • 2021-09-05
  • 2021-08-22
  • 2021-10-22
  • 2021-09-29
  • 2021-11-30
  • 2021-06-09
猜你喜欢
  • 2021-10-25
  • 2021-12-26
  • 2021-10-23
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案