¿Cuál es el equivalente a Linux netstat -tln
en OS X?
Opciones:
-l, --listening (Show only listening sockets. (These are omitted by default.)
--numeric , -n (Show numerical addresses instead of trying to determine symbolic host, port or user names.)
-t, --tcp
1 votos
¿Qué hace
netstat -tln
¿Realmente lo hacen?0 votos
Puedes abrir un Terminar y ejecutarlo. Funcionará.
2 votos
@jherran No, OS X utiliza un netstat basado en BSD que acepta diferentes conjuntos de opciones.
0 votos
@patrix en Linux, lista todos los puertos TCP abiertos en la máquina, y si escucha localmente (127.0.0.1) o a conexiones remotas (0.0.0.0).