Skip to the content.

Linux 查看服务列表

  1. service --status-all
  2. chkconfig --list [any]
  3. ps aux
  4. enter init.d folder
  5. netstat -lntp
  6. ntsysv Highly recommended

Reference: https://blog.csdn.net/javajxz008/article/details/50508941