Browse Source

ss

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
d8a0a99e27
  1. 2
      lgsm/functions/info_distro.sh
  2. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_distro.sh

@ -290,4 +290,4 @@ if [ "${appid}" ]; then
fi
# Gather Port Info using ss
ssinfo="$(ss -tupl)"
ssinfo="$(ss -tuplwn)"

2
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 ""
}

Loading…
Cancel
Save