Horje
netstat check port Code Example
netstat find port
netstat -na | find "8080"
linux query port use by pid
$ sudo ss -lptn 'sport = :80'
State   Local Address:Port  Peer Address:Port              
LISTEN  127.0.0.1:80        *:*                users:(("nginx",pid=125004,fd=12))
LISTEN  ::1:80              :::*               users:(("nginx",pid=125004,fd=11))
netstat check port
sudo netstat -plnt




Shell

Related
microsoft teams reopen main window Code Example microsoft teams reopen main window Code Example
dbeaver linux Code Example dbeaver linux Code Example
kill a process on Ubuntu Code Example kill a process on Ubuntu Code Example
reconnaissance in cyber security Code Example reconnaissance in cyber security Code Example
error: ‘thread’ is not a member of  std Code Example error: ‘thread’ is not a member of std Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12