Academy, Linux Fundamentals. How many services are listening on the target system on all interfaces

ss -l -4 | grep -v “127.0.0” | grep “LISTEN” | wc -l

1 Like