Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
| |
linux:tcpip:ss [02/10/2020 07:53] – creat admin | linux:tcpip:ss [02/10/2020 07:54] (actual) – [comandos] admin |
---|
* ''ss -t -r state stablished'' | * ''ss -t -r state stablished'' |
* ''ss -t -r state listening'' | * ''ss -t -r state listening'' |
* ''ss -a state stablished '( dport = :https or sport = :https )' | * ''ss -a state stablished '( dport = :https or sport = :https )' '' |
* dport: destintantion port | * dport: destintantion port |
* sport: source port | * sport: source port |
* ''ss -a state stablished '( dport = :ssh or sport = :ssh )' | * ''ss -a state stablished '( dport = :ssh or sport = :ssh )' '' |
* ''ss -a dst <IP_ADDRESS>'': listado con destino a IP | * ''ss -a dst <IP_ADDRESS>'': listado con destino a IP |
* ''sudo ss -t -p'': identificar el proceso que usa el socket | * ''sudo ss -t -p'': identificar el proceso que usa el socket |
| |
| /via: [[https://www.howtogeek.com/681468/how-to-use-the-ss-command-on-linux/]] |