9Nov/090
Who owns this port
An interesting UNIX command is the fuser program. This program can tell you which user and process owns a port. For example, the following command will tell you who owns port 6000:
fuser -v -n tcp 6000 |
An interesting UNIX command is the fuser program. This program can tell you which user and process owns a port. For example, the following command will tell you who owns port 6000:
fuser -v -n tcp 6000 |