Ryan,
I just tried the netstat on our QA box, looking for a known port, and it didn’t return any information.
The ‘lsof’ will return the pid of the process using the port number and then it’s just a matter of ‘ps -ef | grep pid’ and killing that particular process.
The netstat may work, but it’s not something that I’ve used very often.
Steve
Steve,
Correct me if I’m wrong, but could she do the following
netstat | grep
to get an idea of what is “grabbing” the port?
Ryan