process running on port
sudo ss -lptn 'sport = :8000'
“ss is used to dump socket statistics”
ss [options] [filter]
sport
means source port. check the man page to find out more
Search
sudo ss -lptn 'sport = :8000'
“ss is used to dump socket statistics”
ss [options] [filter]
sport
means source port. check the man page to find out more