added fuser show process behind a port
This commit is contained in:
parent
a8ea2d4b07
commit
dd2d6d863c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue