# cat /etc/system-release
CloudLinux Server release 6.<...>
# systemctl
-bash: systemctl: command not found
# service --status-all
<service description> is running
<some service description> is running
...
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
Usage: ipaliases {start|stop|restart|reload}
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 cP-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
1 cP-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
...
没有像这里的一些“正常”结果,只要看看 iptables 片段!我怎样才能找到服务的真实名称而不是花哨的描述?