Horje
lsof port Code Example
find out which procses is using port linux
sudo lsof -i:<port_number>
lsof port
$ lsof -i :port
# ex. lsof -i :3000
process runninng on particular port
sudo ss -lptn 'sport = :80'




Shell

Related
how to unzip Tar file Code Example how to unzip Tar file Code Example
fatal: refusing to merge unrelated histories Code Example fatal: refusing to merge unrelated histories Code Example
node js download ubuntu Code Example node js download ubuntu Code Example
git cannot spawn gpg no such file or directory Code Example git cannot spawn gpg no such file or directory Code Example
update nodejs raspberry pi Code Example update nodejs raspberry pi Code Example

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