Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu check process on port

sudo lsof -i:22
Comment

how to find process running on port in ubuntu

sudo lsof -i:8080
Comment

list which process is running on specific port ubuntu

sudo netstat -ltnp | grep -w ':80' 
#port_number: 80
#output: tcp6       0      0 :::80                   :::*                    LISTEN      1907/nginx: master 
Comment

PREVIOUS NEXT
Code Example
Shell :: history-search-backward zsh mac 
Shell :: bash script write linux 
Shell :: vboxmanage export vm to ova 
Shell :: ubuntu remove except file 
Shell :: install node on linux instance 
Shell :: take ownership directory linux 
Shell :: flutter reinstall pod 
Shell :: Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. 
Shell :: cara uninstall di centos 7 
Shell :: get docker resource usage 
Shell :: start apache server kali 
Shell :: grep in gz files 
Shell :: print unique lines 
Shell :: linux list application installation 
Shell :: bash substring after character 
Shell :: error: cannot list snaps: cannot communicate with server: Get "http://localhost/v2/snaps": dial unix /run/snapd.socket: connect: no such file or directory 
Shell :: how to install deb package on manjaro 
Shell :: install and use beego easily 
Shell :: pull remote branches 
Shell :: open word file ubuntu 
Shell :: add git submodule 
Shell :: docker remove none tag images 
Shell :: v-restore-user command not found 
Shell :: passport deploy to server 
Shell :: how to pull from a particular branch in git 
Shell :: ubuntu unzip zip 
Shell :: getting started with vite 
Shell :: update git 
Shell :: adonis run migration 
Shell :: fish unset 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =