From d8a0a99e27b2cf86c1e8b2ff54d485d722d5a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 11 Apr 2021 20:56:51 +0100 Subject: [PATCH] ss --- lgsm/functions/info_distro.sh | 2 +- lgsm/functions/info_messages.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/info_distro.sh b/lgsm/functions/info_distro.sh index 1d5befff8..dc4c4fb4f 100755 --- a/lgsm/functions/info_distro.sh +++ b/lgsm/functions/info_distro.sh @@ -290,4 +290,4 @@ if [ "${appid}" ]; then fi # Gather Port Info using ss -ssinfo="$(ss -tupl)" +ssinfo="$(ss -tuplwn)" diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index bbd69596d..1bad7fafc 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -668,7 +668,7 @@ fn_info_message_ports(){ echo -e "" echo -e "${lightblue}Useful port diagnostic command:${default}" executableshort="$(echo "${executable//.\/}" | cut -c -15)" - echo -e "ss -tupl | grep ${executableshort}" + echo -e "ss -tuplwn | grep ${executableshort}" echo -e "" }