added fuser show process behind a port

This commit is contained in:
Stefan Friese 2025-01-14 08:49:26 +01:00
parent a8ea2d4b07
commit dd2d6d863c
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ showip() {
# echo "Public IP Address copied to clipboard!"
}
# Show the process behind a port
showport() {
fuser -v -n tcp "$1"
}
# Get the weather forecast for a given location.
weather() {
if [ -n "$1" ]; then