Enter the following:
fuser -n tcp <port#>
This will list the PID's holding that port. You can now ps/kill or do whatever needed.
Good day.
Enter the following:
fuser -n tcp <port#>
This will list the PID's holding that port. You can now ps/kill or do whatever needed.
Good day.