Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux which process is using a port

$ sudo netstat -ltnp | grep ':80' 
Comment

check process on a given port linux

sudo netstat -peanut | grep ":8000 "
Comment

check process on port linux

lsof -i
Comment

PREVIOUS NEXT
Code Example
Shell :: restart php nginx mac 
Shell :: find operating system linux 
Shell :: shutdown pc in 10 minutes 
Shell :: How to add username and password in github 
Shell :: tmux for ubuntu 
Shell :: check for cuda version 
Shell :: how to install gh-pages 
Shell :: test apache config 
Shell :: how to install yup 
Shell :: install jsdoc 
Shell :: laravel migrate rollback specific file 
Shell :: conda install simpleitk 
Shell :: zsh: no such file or directory: /usr/local/bin/composer.phar 
Shell :: update all chocolatey packages 
Shell :: install neovim 0.5 ubuntu 
Shell :: how to convert .qrc file in python 
Shell :: remove git from folder 
Shell :: start mongodb service ubuntu 
Shell :: ubuntu list users 
Shell :: figma download linux 
Shell :: errors were encountered while processing: mysql-server-5.7 mysql-server e: sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: adonis install 
Shell :: apt list installed 
Shell :: install plank on ubuntu 
Shell :: how to install kite in ubuntu 
Shell :: update chrome in kali linux through terminal 
Shell :: pip3 uninstall all 
Shell :: kde connect on ubuntu 
Shell :: copy my ssh key 
Shell :: upgrade ubuntu 16.04 to 20.04 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =