Horje
find out which procses is using port linux Code Example
ubuntu check process on port
sudo lsof -i:22
find out which procses is using port linux
sudo lsof -i:<port_number>
process runninng on particular port
sudo ss -lptn 'sport = :80'
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))




Shell

Related
install auth in laravel 8 with bootstrap Code Example install auth in laravel 8 with bootstrap Code Example
how to remove git initialization Code Example how to remove git initialization Code Example
install nest cli Code Example install nest cli Code Example
delete git repository command line Code Example delete git repository command line Code Example
arch linux charcode logo Code Example arch linux charcode logo Code Example

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