$ netstat -ltanp tcp | grep 8000 | grep LISTEN
tcp4 0 0 *.8000 *.* LISTEN
I want to release this port When I do
$ lsof -i:8000
I get nothing
I even restarted the machine, nothing helps
Please let me know how can I release this port
Thank you