Something Random

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
angelbeast
Level 3
Level 3
Posts: 155
Joined: Sun Dec 23, 2007 2:38 am

Something Random

Post by angelbeast »

How do i check to see what app or service is using a specific port?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Linux Mint 19 “Tara” Cinnamon
Razer Blade Pro 17in full HD
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: Something Random

Post by 67GTA »

You can try netstat. It is a CLI tool. Open a terminal and run

Code: Select all

netstat -e -e
It will take it just a second to read everything.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
angelbeast
Level 3
Level 3
Posts: 155
Joined: Sun Dec 23, 2007 2:38 am

Re: Something Random

Post by angelbeast »

67GTA wrote:You can try netstat. It is a CLI tool. Open a terminal and run

Code: Select all

netstat -e -e
It will take it just a second to read everything.
Perfect. Thank you very much :-)
Linux Mint 19 “Tara” Cinnamon
Razer Blade Pro 17in full HD
Locked

Return to “Software & Applications”