Ubuntu
How to check listen process in your linux?
· 1 min read
Do you want to check what softwares are running in listen mode? Just type this command in your cli interface:
lsof -i| grep LISTEN
· 1 min read
Do you want to check what softwares are running in listen mode? Just type this command in your cli interface:
lsof -i| grep LISTEN