Answers for "check what's running on port 80 ubuntu"

11

ubuntu check process on port

sudo lsof -i:22
Posted by: Guest on May-19-2020
6

see what is using a port ubuntu

$ sudo lsof -i:22
Posted by: Guest on February-19-2021
0

ubuntu run in port 80

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 restart
Posted by: Guest on June-14-2020

Code answers related to "check what's running on port 80 ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language